-
Notifications
You must be signed in to change notification settings - Fork 231
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
1.16.0: pytest fails #262
Comments
Sorry only finally looking at this now. Since I don't know anything about RPM packaging and how builds/tests are done with it, this is all very much gobbledygook to me. Did you work out anything else about this to resolve it or understand what may need to change in wrapt? |
This issue has nothing to to with rpm or packaging methodology. |
You are using some PyPA build package though, which I have never encountered before and so the errors don't mean anything to me. So any further information you worked out about this will help either way. |
Although technically your problem is actually then with later step of running |
In build env ae installed ONLY build dependencies so it does not make to run pytest under tox. |
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
python3 -sBm build -w --no-isolation
build
with--no-isolation
I'm using during all processes only locally installed modulesinstaller
modulecut off from access to the public network
(pytest is executed with-m "not network"
)Looks like pytest 8.1.0 fails (I'm using python 3.9).
Here is pytest output:
Please let me know if you need more details or want me to perform some diagnostics.
The text was updated successfully, but these errors were encountered: