Changelog mistake

Used pytest.fixture.skipif instead of pytest.mark.skipif
This commit is contained in:
AdamEr8 2018-06-22 08:51:26 +03:00 committed by GitHub
parent 40839b5a3a
commit f883628939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
Minor Doc Fix: The description above the example for ``@pytest.fixture.skipif`` now matches the code
Minor Doc Fix: The description above the example for ``@pytest.mark.skipif`` now matches the code