diff options
Diffstat (limited to 'user/py3-setuptools/pythonpath.patch')
-rw-r--r-- | user/py3-setuptools/pythonpath.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/user/py3-setuptools/pythonpath.patch b/user/py3-setuptools/pythonpath.patch deleted file mode 100644 index d9d78a861..000000000 --- a/user/py3-setuptools/pythonpath.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- setuptools-39.1.0/tox.ini 2018-04-28 07:07:00.000000000 -0400 -+++ setuptools-39.1.0/tox.ini 2018-05-22 00:25:02.969163171 -0400 -@@ -12,7 +12,7 @@ - setenv=COVERAGE_FILE={toxworkdir}/.coverage.{envname} - # TODO: The passed environment variables came from copying other tox.ini files - # These should probably be individually annotated to explain what needs them. --passenv=APPDATA HOMEDRIVE HOMEPATH windir APPVEYOR APPVEYOR_* CI CODECOV_* TRAVIS TRAVIS_* -+passenv=APPDATA HOMEDRIVE HOMEPATH windir APPVEYOR APPVEYOR_* CI CODECOV_* TRAVIS TRAVIS_* PYTHONPATH - commands=pytest --cov-config={toxinidir}/tox.ini --cov-report= {posargs} - usedevelop=True - |