We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d6f1d commit d82d926Copy full SHA for d82d926
distutils/tests/test_dist.py
@@ -459,7 +459,7 @@ def test_custom_pydistutils(self, temp_home):
459
def test_extra_pydistutils(self, monkeypatch, tmp_path):
460
jaraco.path.build({'overrides.cfg': ''}, tmp_path)
461
filename = tmp_path / 'overrides.cfg'
462
- monkeypatch.setenv('DIST_EXTRA_CONFIG', filename)
+ monkeypatch.setenv('DIST_EXTRA_CONFIG', str(filename))
463
assert str(filename) in Distribution().find_config_files()
464
465
def test_fix_help_options(self):
0 commit comments