Commit ec79e384 authored by Jérome Perrin's avatar Jérome Perrin

software/erp5/test: remove PYTHONPATH hack

we no longer run tests with `python setup.py test`, so this hack is no
longer necessary.

See merge request !871
parents be655d15 a31cbeea
Pipeline #12655 failed with stage
in 0 seconds
...@@ -692,10 +692,7 @@ class TestClientTLS(BalancerTestCase): ...@@ -692,10 +692,7 @@ class TestClientTLS(BalancerTestCase):
# simulate running updater service in the future, to confirm that it fetches # simulate running updater service in the future, to confirm that it fetches
# the new CRL and make sure balancer uses that new CRL. # the new CRL and make sure balancer uses that new CRL.
process = pexpect.spawnu( process = pexpect.spawnu("faketime +1day %s" % caucase_updater)
"faketime +1day %s" % caucase_updater,
env=dict(os.environ, PYTHONPATH=''),
)
process.logfile = DebugLogFile() process.logfile = DebugLogFile()
process.expect(u"Got new CRL.*Next wake-up at.*") process.expect(u"Got new CRL.*Next wake-up at.*")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment