File tree Expand file tree Collapse file tree 4 files changed +8
-38
lines changed Expand file tree Collapse file tree 4 files changed +8
-38
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ endif
152152# ----------------------------------------------------------------------------------------------
153153
154154pybind :
155- $(SHOW ) python3 -m poetry build
155+ $(SHOW ) poetry build
156156.PHONY : pybind
157157
158158# ----------------------------------------------------------------------------------------------
@@ -186,8 +186,8 @@ valgrind:
186186# ----------------------------------------------------------------------------------------------
187187
188188flow_test :
189- $(SHOW )$( MAKE ) pybind
190- $(SHOW ) tox -e flowenv
189+ $(SHOW ) poetry install
190+ $(SHOW ) poetry run pytest tests/flow -v -s
191191
192192.PHONY : flow_test
193193
Original file line number Diff line number Diff line change 22name = " VecSim"
33version = " 0.0.1"
44description = " Python library around collection of vector similarity algorithms"
5- build = " setup.py"
65
76packages = [
87 { include = ' src' }
@@ -28,8 +27,6 @@ python = "^3.8"
2827
2928[tool .poetry .dev-dependencies ]
3029numpy = " ^1.21"
31- tox = " ^3.25.0"
32- tox-poetry = " ^0.4.0"
3330hnswlib = " ^0.6.2"
3431pytest = " ^6.2.4"
3532scipy = " ^1.9.1"
@@ -39,3 +36,7 @@ h5py = "^3.7.0"
3936[build-system ]
4037requires = [" poetry-core>=1.0.0" , " setuptools" ]
4138build-backend = " poetry.core.masonry.api"
39+
40+ [tool .poetry .build ]
41+ script = " setup.py"
42+ generate-setup-file = true
Original file line number Diff line number Diff line change 11pip >= 21.1
2- poetry == 1.1.15
3- tox >= 3.25.0
4- tox-poetry >= 0.4.1
2+ poetry == 1.4.2
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments