summaryrefslogtreecommitdiff
path: root/user/py3-setuptools/pythonpath.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-06 04:22:28 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-06 04:22:28 -0500
commit90c090f854ea2c94f9cba31567d8829fa7b40ac5 (patch)
tree32411d5f5b2eb3d827c5ae6fff681da6a403996d /user/py3-setuptools/pythonpath.patch
parentc9c910acf3a788adc698efd71a5a5bbf64844b02 (diff)
downloadpackages-90c090f854ea2c94f9cba31567d8829fa7b40ac5.tar.gz
packages-90c090f854ea2c94f9cba31567d8829fa7b40ac5.tar.bz2
packages-90c090f854ea2c94f9cba31567d8829fa7b40ac5.tar.xz
packages-90c090f854ea2c94f9cba31567d8829fa7b40ac5.zip
user/py3-setuptools: kill, it's in system/python3 now
Diffstat (limited to 'user/py3-setuptools/pythonpath.patch')
-rw-r--r--user/py3-setuptools/pythonpath.patch11
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
-