Skip to content

Commit ea703a0

Browse files
committed
Update test for Nexus proxy
1 parent fcf3dd6 commit ea703a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/build_test/test_files/test_nexus_source_update_pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ python = ">=3.10,<3.11"
1111
[[tool.poetry.source]]
1212
name = "nexus"
1313
url = "http://pl-nexuspro-p.ssb.no:8081/repository/pypi-proxy/simple"
14-
default = true
15-
secondary = false
14+
priority = "primary"
1615

1716
[build-system]
1817
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)