diff options
author | Max Rees <maxcrees@me.com> | 2018-01-08 03:05:58 +0000 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2018-01-11 02:51:42 +0000 |
commit | 5a80174ae5ca8624d60b61d5dae0f45caffed042 (patch) | |
tree | ca3ed07a317eb21721d322e1bdcc240a3a4185be /user/py3-setuptools/pythonpath.patch | |
parent | cee386a7d341f6ad530f58bd7ec2785b935cda79 (diff) | |
download | packages-5a80174ae5ca8624d60b61d5dae0f45caffed042.tar.gz packages-5a80174ae5ca8624d60b61d5dae0f45caffed042.tar.bz2 packages-5a80174ae5ca8624d60b61d5dae0f45caffed042.tar.xz packages-5a80174ae5ca8624d60b61d5dae0f45caffed042.zip |
user/py3-setuptools: new package
Diffstat (limited to 'user/py3-setuptools/pythonpath.patch')
-rw-r--r-- | user/py3-setuptools/pythonpath.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/user/py3-setuptools/pythonpath.patch b/user/py3-setuptools/pythonpath.patch new file mode 100644 index 000000000..371804f55 --- /dev/null +++ b/user/py3-setuptools/pythonpath.patch @@ -0,0 +1,10 @@ +--- 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} + usedevelop=True |