diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2019-03-10 18:17:33 +0100 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-10 18:17:33 +0100 |
| commit | 2087586bec4ffeab3a3e1cdf4e7777c2a139f7b6 (patch) | |
| tree | 91004db56e759c7a451eb3a455f0f72dc469b8f7 | |
| parent | 95ea1b010c762826d538835a760c3cc40e0ad861 (diff) | |
| download | external_python_mako-2087586bec4ffeab3a3e1cdf4e7777c2a139f7b6.tar.gz external_python_mako-2087586bec4ffeab3a3e1cdf4e7777c2a139f7b6.tar.bz2 external_python_mako-2087586bec4ffeab3a3e1cdf4e7777c2a139f7b6.zip | |
Adjust setup.cfg for Pytest 4.
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ tag_build = dev -[pytest] +[tool:pytest] addopts= --tb native -v -r fxX python_files=test/*test_*.py |
