We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f15cfbb + e6c9b04 commit a82a79bCopy full SHA for a82a79b
tests/commands/run_test.py
@@ -966,7 +966,7 @@ def test_classifier_does_not_normalize_backslashes_non_windows(tmpdir):
966
967
def test_classifier_empty_types_or(tmpdir):
968
tmpdir.join('bar').ensure()
969
- tmpdir.join('foo').mksymlinkto('bar')
+ os.symlink(tmpdir.join('bar'), tmpdir.join('foo'))
970
with tmpdir.as_cwd():
971
classifier = Classifier(('foo', 'bar'))
972
for_symlink = classifier.by_types(
0 commit comments