← Back to team overview

divmod-dev team mailing list archive

[Merge] lp:~lvh/divmod.org/remove-pythonpath-toxini-1269428 into lp:divmod.org

 

Laurens Van Houtven has proposed merging lp:~lvh/divmod.org/remove-pythonpath-toxini-1269428 into lp:divmod.org.

Requested reviews:
  Divmod-dev (divmod-dev)
Related bugs:
  Bug #1269428 in Divmod: "Axiom's tox.ini sets PYTHONPATH, which it shouldn't"
  https://bugs.launchpad.net/divmod.org/+bug/1269428

For more details, see:
https://code.launchpad.net/~lvh/divmod.org/remove-pythonpath-toxini-1269428/+merge/201781

This fixes #1269428
-- 
https://code.launchpad.net/~lvh/divmod.org/remove-pythonpath-toxini-1269428/+merge/201781
Your team Divmod-dev is requested to review the proposed merge of lp:~lvh/divmod.org/remove-pythonpath-toxini-1269428 into lp:divmod.org.
=== modified file 'Axiom/tox.ini'
--- Axiom/tox.ini	2014-01-15 10:06:02 +0000
+++ Axiom/tox.ini	2014-01-15 14:06:19 +0000
@@ -4,8 +4,6 @@
 [testenv]
 deps =
     Twisted
-setenv =
-    PYTHONPATH = {toxinidir}
 commands =
     pip install -r {toxinidir}/requirements-testing.txt
     coverage run {envdir}/bin/trial \


Follow ups