mirror of
https://github.com/Mic92/nix-update.git
synced 2024-11-03 21:04:49 +03:00
test_pypi: fix type
This commit is contained in:
parent
40f63b77eb
commit
0bd1b959f9
@ -8,7 +8,7 @@ import conftest
|
||||
|
||||
def test_update(helpers: conftest.Helpers) -> None:
|
||||
with helpers.testpkgs() as path:
|
||||
opts = Options(attribute="pypi", import_path=path)
|
||||
opts = Options(attribute="pypi", import_path=str(path))
|
||||
update(opts)
|
||||
version = subprocess.run(
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user