Permalink
Browse files
py-tempora: update to 1.14.1; enable tests; correct dependencies
Currently disable tests on python 27 as there are too many issues.
- Loading branch information
Showing
with
29 additions
and 5 deletions.
| @@ -0,0 +1,10 @@ | ||
| --- 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 |