Skip to content

Commit 3258e81

Browse files
committed
add fixme for test with hidden dependency on other test
1 parent 5e5d4e3 commit 3258e81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_venv.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,8 @@ def test_pythonpath_usage(self, newmocksession, monkeypatch):
593593
assert l[1].env['PYTHONPATH'] == '/my/awesome/library'
594594

595595

596+
# FIXME this test fails when run in isolation - find what this depends on
597+
# AssertionError: found warning('*Discarding $PYTHONPATH [...]
596598
def test_env_variables_added_to_pcall(tmpdir, mocksession, newconfig, monkeypatch):
597599
pkg = tmpdir.ensure("package.tar.gz")
598600
monkeypatch.setenv("X123", "123")

0 commit comments

Comments
 (0)