-
Notifications
You must be signed in to change notification settings - Fork 6
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.4.7: pytest is failing in three units #27
Comments
+1 from the openSUSE Python packager. Complete build log with all details of packages used and steps taken to reproduce. |
The Debian package works around this with xfail: https://salsa.debian.org/debian-gis-team/python-snuggs/-/blob/master/debian/patches/test.patch This is a MapBox project which hasn't seen activity in 4 years which doesn't give high hopes for a fix. Once rasterio drops its dependency on snuggs we can drop the package. |
Can you submit that as PR? |
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 modulescut off from access to the public network
(pytest is executed with-m "not network"
)Here is pytest output:
Here is list of installed modules in build env
The text was updated successfully, but these errors were encountered: