diff --git a/tests/commands/run_test.py b/tests/commands/run_test.py index d4e37f20..d3f4bf15 100644 --- a/tests/commands/run_test.py +++ b/tests/commands/run_test.py @@ -618,4 +618,4 @@ def test_files_running_subdir( '--files', 'foo.py', env=env, ) - assert 'subdir/foo.py' in stdout + assert 'subdir/foo.py'.replace('/', os.sep) in stdout