-
Notifications
You must be signed in to change notification settings - Fork 12
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
0.6.0: pytest is failing in two units #19
Comments
Thanks for the detailed description. HINT: |
The bug was introduced by HINT: |
RELATED TO: The original fix was reverted and the underlying tests changed. |
INTEGRATED INTO: v0.6.1 |
Just tested 0.6.1 and all looks good now + PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-parse-type-0.6.1-2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-parse-type-0.6.1-2.fc35.x86_64/usr/lib/python3.8/site-packages
+ /usr/bin/pytest -ra -m 'not network'
==================================================================================== test session starts ====================================================================================
platform linux -- Python 3.8.17, pytest-7.4.0, pluggy-1.0.0
rootdir: /home/tkloczko/rpmbuild/BUILD/parse_type-0.6.1
configfile: pytest.ini
testpaths: tests
plugins: metadata-2.0.4, html-3.2.0
collected 222 items
tests/test_builder.py ......................... [ 11%]
tests/test_cardinality.py ................................ [ 25%]
tests/test_cardinality_field.py .......................... [ 37%]
tests/test_cfparse.py ......... [ 41%]
tests/test_parse.py .................................................................................. [ 78%]
tests/test_parse_decorator.py ..... [ 80%]
tests/test_parse_number.py .......... [ 85%]
tests/test_parse_util.py ................................. [100%]
------------------------------------------------ generated xml file: /home/tkloczko/rpmbuild/BUILD/parse_type-0.6.1/build/testing/report.xml ------------------------------------------------
------------------------------------------- generated html file: file:///home/tkloczko/rpmbuild/BUILD/parse_type-0.6.1/build/testing/report.html --------------------------------------------
==================================================================================== 222 passed in 0.51s ==================================================================================== Thank you 👍 😄 |
@kloczek I just uploaded the version to https://pypi.org . |
I'm using as input source I'm not using pypi sdist but tar ball automatically generated from git tag/ |
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: