Skip to content

Commit

Permalink
update tests onfig
Browse files Browse the repository at this point in the history
  • Loading branch information
labuzm committed Jan 7, 2021
1 parent 1815aeb commit 9c375da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/az-pipelines/templates/common_test_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ steps:
./venv_test_$(python.version)/${PYTHON} -m pip install --upgrade ../wheelhouse/*.whl
./venv_test_$(python.version)/${PYTHON} -m pip install -r ../requirements/test.txt
./venv_test_$(python.version)/${PYTHON} -m pytest
displayName: 'Testing wheel (import)'
displayName: 'Testing wheel'
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[build-system]
requires = ["setuptools>=40", "wheel", "cython==0.29.21", "cmake>=3.13", "ninja", "scikit-build==0.11.1", "cymove==1.0.0"]

[tool.pytest.ini_options]
testpaths = ["tests"]
2 changes: 1 addition & 1 deletion scripts/docker_wheel_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ python --version

yum install -y alsa-lib-devel pulseaudio-libs-devel # SDL audio dependencies
yum install -y libXrandr-devel libXcursor-devel # SDL video dependencies
pip install -r /host/requirements-dev.txt
pip install -r /host/requirements/build.txt -r /host/requirements/dev.txt

# simulate out-of-source build
cp -r /host/src -v .
Expand Down

0 comments on commit 9c375da

Please sign in to comment.