Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
setuptools / pytest.ini
Size: Mime:
[pytest]
addopts=--doctest-modules --doctest-glob=pkg_resources/api_tests.txt -rsxX
norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern .*
flake8-ignore =
    setuptools/site-patch.py F821
    setuptools/py*compat.py F811
doctest_optionflags=ELLIPSIS ALLOW_UNICODE