diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-12-14 00:25:36 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-12-14 00:25:36 -0800 |
commit | da4c18e73b47a35747fafd42ff9b321823b90c1c (patch) | |
tree | 5b630b451618777cc7c718dcd0353a4ccf58852e /tox.ini | |
parent | c5e9ce030ba279973f2970d7efe16048a0d09b3a (diff) | |
parent | 36b35b1d613b54205d7fb041c4960c0c1f9d34f9 (diff) | |
download | cryptography-da4c18e73b47a35747fafd42ff9b321823b90c1c.tar.gz cryptography-da4c18e73b47a35747fafd42ff9b321823b90c1c.tar.bz2 cryptography-da4c18e73b47a35747fafd42ff9b321823b90c1c.zip |
Merge pull request #1526 from Ayrx/move-pytest-ini
Move config in pytest.ini to tox.ini.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -76,3 +76,9 @@ application-import-names = cryptography,cryptography_vectors,tests [doc8] extensions = rst + +[pytest] +addopts = -r s +markers = + requires_backend_interface: this test requires a specific backend interface + supported: parametrized test requiring only_if and skip_message |