summaryrefslogtreecommitdiff
path: root/user/py3-setuptools/pythonpath.patch
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2018-05-22 00:48:43 -0400
committerMax Rees <maxcrees@me.com>2018-05-22 00:48:43 -0400
commit30c3def0481fc6aaf0c10cae8038b43c50bd8b0c (patch)
tree93ae4c8937e6264b691ac972de45ef777075604d /user/py3-setuptools/pythonpath.patch
parentf2cdafca7de3fe5cd6bed4da6e8d8d594c8dc93e (diff)
downloadpackages-30c3def0481fc6aaf0c10cae8038b43c50bd8b0c.tar.gz
packages-30c3def0481fc6aaf0c10cae8038b43c50bd8b0c.tar.bz2
packages-30c3def0481fc6aaf0c10cae8038b43c50bd8b0c.tar.xz
packages-30c3def0481fc6aaf0c10cae8038b43c50bd8b0c.zip
user/py3-setuptools: bump to 39.1.0
Commits: https://github.com/pypa/setuptools/compare/v39.0.1...v39.1.0 Changelog: https://github.com/pypa/setuptools/blob/v39.1.0/CHANGES.rst#v3910
Diffstat (limited to 'user/py3-setuptools/pythonpath.patch')
-rw-r--r--user/py3-setuptools/pythonpath.patch19
1 files changed, 10 insertions, 9 deletions
diff --git a/user/py3-setuptools/pythonpath.patch b/user/py3-setuptools/pythonpath.patch
index 371804f55..d9d78a861 100644
--- a/user/py3-setuptools/pythonpath.patch
+++ b/user/py3-setuptools/pythonpath.patch
@@ -1,10 +1,11 @@
---- setuptools-38.4.0/tox.ini 2018-01-05 13:17:02.000000000 +0000
-+++ setuptools-38.4.0/tox.ini 2018-01-11 01:50:05.810000000 +0000
-@@ -6,6 +6,6 @@
-
- [testenv]
- deps=-rtests/requirements.txt
--passenv=APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir APPVEYOR
-+passenv=APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir APPVEYOR PYTHONPATH
- commands=py.test {posargs}
+--- 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
+