-
-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tox with PEP 517 #176
Comments
Would it be possible to get an estimate of how long it'll take for this to be fixed? If it's not high on your priority list, is there any way in which I can make a workaround for this? |
Now I have a new problem... [build-system]
requires = ["maturin"]
build-backend = "maturin" This is my tox.ini: # tox (https://tox.readthedocs.io/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
[tox]
envlist = py35, py36, py37, pypy3
isolated_build = True
[testenv]
deps =
pytest>=5.0
pytest-benchmark
hypothesis
commands =
pytest -vvvv When I try to invoke tox I get:
The package can be installed and I'm using it to build the shared library as expected. |
Can you release a new version? |
It's already released |
FYI as of tox |
I've tested an it works now, however testing locally is tedious due to tox-dev/tox#1634. I'll update the examples |
@davidhewitt Thank you very much for fixing the original bug in tox! |
Tox fails when using pyo3-pack through PEP 517 due to tox-dev/tox#1344.
The text was updated successfully, but these errors were encountered: