Skip to content

Commit ca42772

Browse files
committed
Unpin pbr - the latest releases include the versions under test.
1 parent e590e62 commit ca42772

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

setuptools/tests/fixtures.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -384,13 +384,7 @@ def pbr_package(tmp_path, monkeypatch, venv):
384384
},
385385
"other": {"test.txt": "Another file in here."},
386386
}
387-
venv.run([
388-
"python",
389-
"-m",
390-
"pip",
391-
"install",
392-
"pbr@git+https://opendev.org/openstack/pbr@e7f140f9de722db8c7e788974f7feef9609bcaee",
393-
])
387+
venv.run(["python", "-m", "pip", "install", "pbr"])
394388
prefix = tmp_path / 'mypkg'
395389
prefix.mkdir()
396390
jaraco.path.build(files, prefix=prefix)

0 commit comments

Comments
 (0)