Files
Kurt Hindenburg 8daaac0e25 py-tempora: update to 1.14.1; enable tests; correct dependencies
Currently disable tests on python 27 as there are too many issues.
2019-04-18 20:46:29 -04:00

11 lines
335 B
Diff

--- pytest.ini 2019-04-11 23:00:39.000000000 -0400
+++ pytest.ini 2019-04-18 10:44:32.000000000 -0400
@@ -1,6 +1,6 @@
[pytest]
norecursedirs=dist build .tox .eggs
-addopts=--doctest-modules --flake8
+addopts=--doctest-modules
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
filterwarnings=
ignore:Possible nested set::pycodestyle:113