Skip to content

Commit

Permalink
test_compat whackamole
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarkhau committed Nov 10, 2024
1 parent 3f7db5a commit 2175b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test_compat: $(COMPAT_TEST_FILES)
if $${env_py} -m pip freeze | grep -q bumpver; then \
$${env_py} -m pip uninstall --yes bumpver; \
fi; \
$${env_py} -m pip install --upgrade build/test_wheel/*.whl; \
$${env_py} -m pip install --upgrade build/test_wheel/*.whl --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org; \
ENABLE_BACKTRACE=0 PYTHONPATH="" ENV=$${ENV-dev} \
$${env_py} -m pytest \
-k "$${PYTEST_FILTER-$${FLTR}}" \
Expand Down

0 comments on commit 2175b4f

Please sign in to comment.