We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dfc95 commit e97041cCopy full SHA for e97041c
setup.cfg
@@ -21,12 +21,12 @@ python_files =
21
addopts =
22
-rxEfs
23
--strict
24
- --ignore docs/conf.py
25
- --ignore setup.py
26
- --ignore bootstrap.py
+ --ignore=docs/conf.py
+ --ignore=ci
+ --ignore=setup.py
27
--doctest-modules
28
- --doctest-glob \*.rst
29
- --tb short
+ --doctest-glob=\*.rst
+ --tb=short
30
markers =
31
xfail_subclass: Expected test to fail with a subclass of Proxy.
32
xfail_simple: Expected test to fail on the `simple` implementation.
0 commit comments