Commit 5da6479d authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Avoid interaction of multiple factors in test.

If one wishes to test both 'mixed' and 'sandboxed', let's create a separate test for that, but it's probably unnecessary.
parent 675f5aad
......@@ -162,7 +162,7 @@ class TestMetadata:
fake_env(
tmpdir,
'[metadata]\n'
'long_description = file: CHANGES.rst, ../../README\n'
'long_description = file: ../../README\n'
)
with get_dist(tmpdir, parse=False) as dist:
......
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