We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e01a9 commit 931abe4Copy full SHA for 931abe4
clients/python/test/test_osparc/test_basic.py
@@ -40,7 +40,7 @@ def test_dependencies(tmp_path: Path):
40
check=True,
41
)
42
import_dependencies: Set[str] = set(
43
- _.removesuffix(".egg") for _ in import_file.read_text().splitlines()
+ _.replace(".egg", "") for _ in import_file.read_text().splitlines()
44
45
46
# generate requirements file based on installed osparc
0 commit comments