We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc531c5 commit 8202307Copy full SHA for 8202307
tests/test_docs_samples.py
@@ -21,7 +21,6 @@
21
):
22
print(f'Not testing: {p}')
23
else:
24
- p = os.path.relpath(p)
25
samples.append(p)
26
27
# We use pytest.mark.parametrize() to run sample scripts via a fn, which
0 commit comments