You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
8daaac0e25
Currently disable tests on python 27 as there are too many issues.
11 lines
335 B
Diff
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
|