-
-
Notifications
You must be signed in to change notification settings - Fork 2
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.5.0: pytest is failing #21
Comments
Here is pytest output: + PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-dist-meta-0.5.0-2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-dist-meta-0.5.0-2.fc35.x86_64/usr/lib/python3.8/site-packages
+ /usr/bin/pytest -ra
=========================================================================== test session starts ============================================================================
platform linux -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0
Test session started at 04:17:19
rootdir: /home/tkloczko/rpmbuild/BUILD/dist-meta-0.5.0, configfile: tox.ini
plugins: datadir-1.3.1, regressions-2.3.1, rerunfailures-10.2, timeout-2.1.0, flaky-3.7.0
timeout: 300.0s
timeout method: signal
timeout func_only: False
collected 746 items
tests/test_distributions.py ........................................................................................................................................ [ 18%]
.................................................................................................................................................................... [ 40%]
.................................................................................................................................................................... [ 62%]
ss.... [ 63%]
tests/test_entry_points.py ....................... [ 66%]
tests/test_metadata.py ........................ [ 69%]
tests/test_metadata_mapping.py ........ [ 70%]
tests/test_metadata_top_packages.py EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE............................ [ 87%]
......................F................................................. [ 97%]
tests/test_record.py ......... [ 98%]
tests/test_wheel.py ............ [100%]
================================================================================== ERRORS ==================================================================================
__________________________________________________________________ ERROR at setup of test_loads[urllib3] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[urllib3]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[botocore] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[botocore]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
____________________________________________________________________ ERROR at setup of test_loads[six] _____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[six]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[boto3] ____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[boto3]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[requests] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[requests]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[certifi] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[certifi]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
____________________________________________________________________ ERROR at setup of test_loads[idna] ____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[idna]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[chardet] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[chardet]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[awscli] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[awscli]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_________________________________________________________________ ERROR at setup of test_loads[s3transfer] _________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[s3transfer]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
______________________________________________________________ ERROR at setup of test_loads[python-dateutil] _______________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[python-dateutil]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_________________________________________________________________ ERROR at setup of test_loads[setuptools] _________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[setuptools]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[pyyaml] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[pyyaml]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
____________________________________________________________________ ERROR at setup of test_loads[pip] _____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[pip]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[numpy] ____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[numpy]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_____________________________________________________________ ERROR at setup of test_loads[typing-extensions] ______________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[typing-extensions]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[wheel] ____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[wheel]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
____________________________________________________________________ ERROR at setup of test_loads[cffi] ____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[cffi]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
____________________________________________________________________ ERROR at setup of test_loads[rsa] _____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[rsa]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[pyasn1] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[pyasn1]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[jmespath] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[jmespath]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_________________________________________________________________ ERROR at setup of test_loads[markupsafe] _________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[markupsafe]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
____________________________________________________________________ ERROR at setup of test_loads[pytz] ____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[pytz]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[protobuf] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[protobuf]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_________________________________________________________________ ERROR at setup of test_loads[packaging] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[packaging]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[jinja2] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[jinja2]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_____________________________________________________________ ERROR at setup of test_loads[importlib-metadata] _____________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[importlib-metadata]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[click] ____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[click]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_________________________________________________________________ ERROR at setup of test_loads[pyparsing] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[pyparsing]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[colorama] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[colorama]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
____________________________________________________________________ ERROR at setup of test_loads[zipp] ____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[zipp]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[attrs] ____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[attrs]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[oauthlib] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[oauthlib]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[pandas] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[pandas]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_________________________________________________________________ ERROR at setup of test_loads[pycparser] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[pycparser]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_____________________________________________________________ ERROR at setup of test_loads[requests-oauthlib] ______________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[requests-oauthlib]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[docutils] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[docutils]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
________________________________________________________________ ERROR at setup of test_loads[cryptography] ________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[cryptography]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[pyjwt] ____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[pyjwt]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
______________________________________________________________ ERROR at setup of test_loads[google-api-core] _______________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[google-api-core]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
________________________________________________________________ ERROR at setup of test_loads[google-auth] _________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[google-auth]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_________________________________________________________________ ERROR at setup of test_loads[cachetools] _________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[cachetools]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
____________________________________________________________________ ERROR at setup of test_loads[toml] ____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[toml]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_________________________________________________________________ ERROR at setup of test_loads[decorator] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[decorator]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_______________________________________________________________ ERROR at setup of test_loads[pyasn1-modules] _______________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[pyasn1-modules]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[isodate] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[isodate]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
______________________________________________________________ ERROR at setup of test_loads[websocket-client] ______________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[websocket-client]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[pillow] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[pillow]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[msrest] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[msrest]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[future] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[future]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[scipy] ____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[scipy]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[werkzeug] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[werkzeug]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[wrapt] ____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[wrapt]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[flask] ____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[flask]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_____________________________________________________________ ERROR at setup of test_loads[google-cloud-core] ______________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[google-cloud-core]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
____________________________________________________________________ ERROR at setup of test_loads[lxml] ____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[lxml]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_____________________________________________________________________ ERROR at setup of test_loads[py] _____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[py]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
____________________________________________________________ ERROR at setup of test_loads[google-cloud-storage] ____________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[google-cloud-storage]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_____________________________________________________________ ERROR at setup of test_loads[azure-storage-blob] _____________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[azure-storage-blob]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_________________________________________________________________ ERROR at setup of test_loads[sqlalchemy] _________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[sqlalchemy]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________ ERROR at setup of test_loads[googleapis-common-protos] __________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[googleapis-common-protos]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_________________________________________________________________ ERROR at setup of test_loads[azure-core] _________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[azure-core]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
____________________________________________________________________ ERROR at setup of test_loads[tqdm] ____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[tqdm]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[docker] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[docker]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[grpcio] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[grpcio]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[pytest] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[pytest]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_________________________________________________________________ ERROR at setup of test_loads[jsonschema] _________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[jsonschema]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_________________________________________________________________ ERROR at setup of test_loads[pyrsistent] _________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[pyrsistent]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
________________________________________________________________ ERROR at setup of test_loads[itsdangerous] ________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[itsdangerous]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[appdirs] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[appdirs]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[pyarrow] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[pyarrow]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[joblib] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[joblib]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_________________________________________________________________ ERROR at setup of test_loads[multidict] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[multidict]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[aiohttp] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[aiohttp]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
____________________________________________________________________ ERROR at setup of test_loads[yarl] ____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[yarl]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________ ERROR at setup of test_loads[google-api-python-client] __________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[google-api-python-client]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
________________________________________________________________ ERROR at setup of test_loads[scikit-learn] ________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[scikit-learn]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[pluggy] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[pluggy]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[psutil] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[psutil]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[pygments] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[pygments]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_________________________________________________________________ ERROR at setup of test_loads[matplotlib] _________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[matplotlib]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[filelock] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[filelock]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________ ERROR at setup of test_loads[google-resumable-media] ___________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[google-resumable-media]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_______________________________________________________________ ERROR at setup of test_loads[async-timeout] ________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[async-timeout]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[regex] ____________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[regex]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
________________________________________________________________ ERROR at setup of test_loads[azure-common] ________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[azure-common]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[httplib2] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[httplib2]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_________________________________________________________________ ERROR at setup of test_loads[pyopenssl] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[pyopenssl]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[greenlet] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[greenlet]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[mccabe] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[mccabe]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
________________________________________________________________ ERROR at setup of test_loads[uritemplate] _________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[uritemplate]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[tabulate] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[tabulate]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_________________________________________________________________ ERROR at setup of test_loads[defusedxml] _________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[defusedxml]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_____________________________________________________________ ERROR at setup of test_loads[prometheus-client] ______________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[prometheus-client]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_________________________________________________________________ ERROR at setup of test_loads[virtualenv] _________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[virtualenv]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_________________________________________________________________ ERROR at setup of test_loads[soupsieve] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[soupsieve]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
__________________________________________________________________ ERROR at setup of test_loads[coverage] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[coverage]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
____________________________________________________________ ERROR at setup of test_loads[google-auth-httplib2] ____________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[google-auth-httplib2]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
_________________________________________________________________ ERROR at setup of test_loads[typed-ast] __________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[typed-ast]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
___________________________________________________________________ ERROR at setup of test_loads[fsspec] ___________________________________________________________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7fcd10326f10>, item = <Function test_loads[fsspec]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
================================================================================= FAILURES =================================================================================
_________________________________________________________________________ test_loads_sdist[scipy] __________________________________________________________________________
package = 'scipy'
@pytest.mark.parametrize("package", top_packages)
def test_loads_sdist(package: str):
with PyPIJSON() as client:
meta = client.get_metadata(package)
latest_version = meta.info["version"]
for release_artifact in filter(
lambda x: x.endswith(".tar.gz"),
map(itemgetter("url"), meta.releases[latest_version]),
):
release_url = RequestsURL(release_artifact)
print(f"Checking {release_url.name}")
wheel_filename = cache_dir / release_url.name
if not wheel_filename.is_file():
wheel_filename.write_bytes(release_url.get().content)
assert wheel_filename.is_file()
release_url.session.close()
with handy_archives.TarFile.open(wheel_filename) as sdist_tar:
metadata_filename = first(sdist_tar.getnames(), key=lambda x: x.endswith("PKG-INFO"))
assert metadata_filename is not None
metadata_file_content = sdist_tar.read_text(metadata_filename).replace("\r\n", '\n')
stdlib_parser = HeaderParser().parsestr(metadata_file_content)
dist_meta_parser = metadata.loads(metadata_file_content)
if "Description" not in stdlib_parser:
body = stdlib_parser.get_payload()
if body:
stdlib_parser["Description"] = body.strip() + '\n'
else:
stdlib_parser.replace_header(
"Description", inspect.cleandoc(stdlib_parser["Description"]).rstrip() + '\n'
)
parsed_with_stdlib = sorted(stdlib_parser.items(), key=itemgetter(0))
parsed_with_dist_meta = sorted(dist_meta_parser.items(), key=itemgetter(0))
# Check keys
assert list(map(itemgetter(0), parsed_with_stdlib)) == list(map(itemgetter(0), parsed_with_dist_meta))
# Check values
for stdlib_field, dist_meta_field in zip(parsed_with_stdlib, parsed_with_dist_meta):
assert stdlib_field[0] == dist_meta_field[0]
> assert stdlib_field[1] == dist_meta_field[1]
E AssertionError: assert 'Copyright (c... SUCH DAMAGE.' == 'Copyright (c... SUCH DAMAGE.'
E Skipping 58 identical leading characters in diff, use -v to show
E - evelopers. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following ...
E
E ...Full output truncated (31 lines hidden), use '-vv' to show
tests/test_metadata_top_packages.py:227: AssertionError
--------------------------------------------------------------------------- Captured stdout call ---------------------------------------------------------------------------
Checking scipy-1.9.0.tar.gz
=========================================================================== slowest 25 durations ===========================================================================
2.83s call tests/test_metadata_top_packages.py::test_loads_sdist[scipy]
1.38s call tests/test_metadata_top_packages.py::test_loads_sdist[botocore]
1.10s call tests/test_metadata_top_packages.py::test_loads_sdist[sqlalchemy]
1.03s call tests/test_metadata_top_packages.py::test_loads_sdist[awscli]
1.01s call tests/test_metadata_top_packages.py::test_loads_sdist[matplotlib]
0.93s call tests/test_metadata_top_packages.py::test_loads_sdist[grpcio]
0.83s call tests/test_metadata_top_packages.py::test_loads_sdist[setuptools]
0.71s call tests/test_metadata_top_packages.py::test_loads_sdist[pillow]
0.63s call tests/test_metadata_top_packages.py::test_loads_sdist[numpy]
0.53s call tests/test_metadata_top_packages.py::test_loads_sdist[pygments]
0.50s setup tests/test_distributions.py::test_iter_distributions
0.50s setup tests/test_distributions.py::test_iter_distributions_pip_tmpdir
0.49s call tests/test_metadata_top_packages.py::test_loads_sdist[pandas]
0.47s setup tests/test_distributions.py::test_get_distribution[Babel-Babel]
0.47s setup tests/test_entry_points.py::test_get_all_entry_points
0.47s setup tests/test_distributions.py::test_get_distribution[sphinxcontrib-applehelp-sphinxcontrib_applehelp]
0.47s setup tests/test_entry_points.py::test_get_entry_points
0.47s setup tests/test_distributions.py::test_get_distribution[sphinxcontrib_applehelp-sphinxcontrib_applehelp]
0.47s setup tests/test_distributions.py::test_get_distribution[babel-Babel]
0.47s setup tests/test_distributions.py::test_get_distribution[BaBeL-Babel]
0.47s setup tests/test_distributions.py::test_get_distribution_not_found
0.47s setup tests/test_distributions.py::test_get_distribution[sphinxcontrib.applehelp-sphinxcontrib_applehelp]
0.47s setup tests/test_distributions.py::test_get_distribution_shadowing
0.46s call tests/test_metadata_top_packages.py::test_loads_sdist[google-api-python-client]
0.44s call tests/test_metadata_top_packages.py::test_loads_sdist[scikit-learn]
========================================================================= short test summary info ==========================================================================
SKIPPED [1] tests/test_distributions.py:503: could not import 'hpy': No module named 'hpy'
SKIPPED [1] tests/test_distributions.py:516: could not import 'cffi': No module named 'cffi'
ERROR tests/test_metadata_top_packages.py::test_loads[urllib3] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[botocore] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[six] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[boto3] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[requests] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[certifi] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[idna] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[chardet] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[awscli] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[s3transfer] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[python-dateutil] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[setuptools] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[pyyaml] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[pip] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[numpy] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[typing-extensions] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[wheel] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[cffi] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[rsa] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[pyasn1] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[jmespath] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[markupsafe] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[pytz] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[protobuf] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[packaging] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[jinja2] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[importlib-metadata] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[click] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[pyparsing] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[colorama] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[zipp] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[attrs] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[oauthlib] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[pandas] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[pycparser] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[requests-oauthlib] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[docutils] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[cryptography] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[pyjwt] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[google-api-core] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[google-auth] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[cachetools] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[toml] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[decorator] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[pyasn1-modules] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[isodate] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[websocket-client] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[pillow] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[msrest] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[future] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[scipy] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[werkzeug] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[wrapt] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[flask] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[google-cloud-core] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[lxml] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[py] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[google-cloud-storage] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[azure-storage-blob] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[sqlalchemy] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[googleapis-common-protos] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[azure-core] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[tqdm] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[docker] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[grpcio] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[pytest] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[jsonschema] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[pyrsistent] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[itsdangerous] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[appdirs] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[pyarrow] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[joblib] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[multidict] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[aiohttp] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[yarl] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[google-api-python-client] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[scikit-learn] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[pluggy] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[psutil] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[pygments] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[matplotlib] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[filelock] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[google-resumable-media] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[async-timeout] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[regex] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[azure-common] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[httplib2] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[pyopenssl] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[greenlet] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[mccabe] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[uritemplate] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[tabulate] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[defusedxml] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[prometheus-client] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[virtualenv] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[soupsieve] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[coverage] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[google-auth-httplib2] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[typed-ast] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
ERROR tests/test_metadata_top_packages.py::test_loads[fsspec] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
FAILED tests/test_metadata_top_packages.py::test_loads_sdist[scipy] - AssertionError: assert 'Copyright (c... SUCH DAMAGE.' == 'Copyright (c... SUCH DAMAGE.'
========================================================== 1 failed, 643 passed, 2 skipped, 100 errors in 54.79s =========================================================== |
Just tested 0.7.0 and on top already reported failing unitsa (which I have now in --deselect list) re failing another two: + PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-dist-meta-0.7.0-2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-dist-meta-0.7.0-2.fc35.x86_64/usr/lib/python3.8/site-packages
+ /usr/bin/pytest -ra -m 'not network' --deselect 'tests/test_metadata_top_packages.py::test_loads[appdirs]' --deselect 'tests/test_metadata_top_packages.py::test_loads[async-timeout]' --deselect 'tests/test_metadata_top_packages.py::test_loads[attrs]' --deselect 'tests/test_metadata_top_packages.py::test_loads[awscli]' --deselect 'tests/test_metadata_top_packages.py::test_loads[azure-common]' --deselect 'tests/test_metadata_top_packages.py::test_loads[azure-core]' --deselect 'tests/test_metadata_top_packages.py::test_loads[azure-storage-blob]' --deselect 'tests/test_metadata_top_packages.py::test_loads[boto3]' --deselect 'tests/test_metadata_top_packages.py::test_loads[botocore]' --deselect 'tests/test_metadata_top_packages.py::test_loads[cachetools]' --deselect 'tests/test_metadata_top_packages.py::test_loads[certifi]' --deselect 'tests/test_metadata_top_packages.py::test_loads[cffi]' --deselect 'tests/test_metadata_top_packages.py::test_loads[chardet]' --deselect 'tests/test_metadata_top_packages.py::test_loads[click]' --deselect 'tests/test_metadata_top_packages.py::test_loads[colorama]' --deselect 'tests/test_metadata_top_packages.py::test_loads[coverage]' --deselect 'tests/test_metadata_top_packages.py::test_loads[cryptography]' --deselect 'tests/test_metadata_top_packages.py::test_loads[decorator]' --deselect 'tests/test_metadata_top_packages.py::test_loads[defusedxml]' --deselect 'tests/test_metadata_top_packages.py::test_loads[docker]' --deselect 'tests/test_metadata_top_packages.py::test_loads[docutils]' --deselect 'tests/test_metadata_top_packages.py::test_loads[filelock]' --deselect 'tests/test_metadata_top_packages.py::test_loads[flask]' --deselect 'tests/test_metadata_top_packages.py::test_loads[fsspec]' --deselect 'tests/test_metadata_top_packages.py::test_loads[future]' --deselect 'tests/test_metadata_top_packages.py::test_loads[google-api-core]' --deselect 'tests/test_metadata_top_packages.py::test_loads[google-api-python-client]' --deselect 'tests/test_metadata_top_packages.py::test_loads[googleapis-common-protos]' --deselect 'tests/test_metadata_top_packages.py::test_loads[google-auth]' --deselect 'tests/test_metadata_top_packages.py::test_loads[google-auth-httplib2]' --deselect 'tests/test_metadata_top_packages.py::test_loads[google-cloud-core]' --deselect 'tests/test_metadata_top_packages.py::test_loads[google-cloud-storage]' --deselect 'tests/test_metadata_top_packages.py::test_loads[google-resumable-media]' --deselect 'tests/test_metadata_top_packages.py::test_loads[greenlet]' --deselect 'tests/test_metadata_top_packages.py::test_loads[grpcio]' --deselect 'tests/test_metadata_top_packages.py::test_loads[httplib2]' --deselect 'tests/test_metadata_top_packages.py::test_loads[idna]' --deselect 'tests/test_metadata_top_packages.py::test_loads[importlib-metadata]' --deselect 'tests/test_metadata_top_packages.py::test_loads[isodate]' --deselect 'tests/test_metadata_top_packages.py::test_loads[itsdangerous]' --deselect 'tests/test_metadata_top_packages.py::test_loads[jinja2]' --deselect 'tests/test_metadata_top_packages.py::test_loads[jmespath]' --deselect 'tests/test_metadata_top_packages.py::test_loads[joblib]' --deselect 'tests/test_metadata_top_packages.py::test_loads[jsonschema]' --deselect 'tests/test_metadata_top_packages.py::test_loads[lxml]' --deselect 'tests/test_metadata_top_packages.py::test_loads[markupsafe]' --deselect 'tests/test_metadata_top_packages.py::test_loads[matplotlib]' --deselect 'tests/test_metadata_top_packages.py::test_loads[mccabe]' --deselect 'tests/test_metadata_top_packages.py::test_loads[msrest]' --deselect 'tests/test_metadata_top_packages.py::test_loads[multidict]' --deselect 'tests/test_metadata_top_packages.py::test_loads[numpy]' --deselect 'tests/test_metadata_top_packages.py::test_loads[oauthlib]' --deselect 'tests/test_metadata_top_packages.py::test_loads[packaging]' --deselect 'tests/test_metadata_top_packages.py::test_loads[pandas]' --deselect 'tests/test_metadata_top_packages.py::test_loads[pillow]' --deselect 'tests/test_metadata_top_packages.py::test_loads[pip]' --deselect 'tests/test_metadata_top_packages.py::test_loads[pluggy]' --deselect 'tests/test_metadata_top_packages.py::test_loads[prometheus-client]' --deselect 'tests/test_metadata_top_packages.py::test_loads[protobuf]' --deselect 'tests/test_metadata_top_packages.py::test_loads[psutil]' --deselect 'tests/test_metadata_top_packages.py::test_loads[py]' --deselect 'tests/test_metadata_top_packages.py::test_loads[pyarrow]' --deselect 'tests/test_metadata_top_packages.py::test_loads[pyasn1]' --deselect 'tests/test_metadata_top_packages.py::test_loads[pyasn1-modules]' --deselect 'tests/test_metadata_top_packages.py::test_loads[pycparser]' --deselect 'tests/test_metadata_top_packages.py::test_loads[pygments]' --deselect 'tests/test_metadata_top_packages.py::test_loads[pyjwt]' --deselect 'tests/test_metadata_top_packages.py::test_loads[pyopenssl]' --deselect 'tests/test_metadata_top_packages.py::test_loads[pyparsing]' --deselect 'tests/test_metadata_top_packages.py::test_loads[pyrsistent]' --deselect 'tests/test_metadata_top_packages.py::test_loads[pytest]' --deselect 'tests/test_metadata_top_packages.py::test_loads[python-dateutil]' --deselect 'tests/test_metadata_top_packages.py::test_loads[pytz]' --deselect 'tests/test_metadata_top_packages.py::test_loads[pyyaml]' --deselect 'tests/test_metadata_top_packages.py::test_loads[regex]' --deselect 'tests/test_metadata_top_packages.py::test_loads[requests]' --deselect 'tests/test_metadata_top_packages.py::test_loads[requests-oauthlib]' --deselect 'tests/test_metadata_top_packages.py::test_loads[rsa]' --deselect 'tests/test_metadata_top_packages.py::test_loads[s3transfer]' --deselect 'tests/test_metadata_top_packages.py::test_loads[scikit-learn]' --deselect 'tests/test_metadata_top_packages.py::test_loads[scipy]' --deselect 'tests/test_metadata_top_packages.py::test_loads_sdist[scipy]' --deselect 'tests/test_metadata_top_packages.py::test_loads[setuptools]' --deselect 'tests/test_metadata_top_packages.py::test_loads[six]' --deselect 'tests/test_metadata_top_packages.py::test_loads[soupsieve]' --deselect 'tests/test_metadata_top_packages.py::test_loads[sqlalchemy]' --deselect 'tests/test_metadata_top_packages.py::test_loads[tabulate]' --deselect 'tests/test_metadata_top_packages.py::test_loads[toml]' --deselect 'tests/test_metadata_top_packages.py::test_loads[tqdm]' --deselect 'tests/test_metadata_top_packages.py::test_loads[typed-ast]' --deselect 'tests/test_metadata_top_packages.py::test_loads[typing-extensions]' --deselect 'tests/test_metadata_top_packages.py::test_loads[uritemplate]' --deselect 'tests/test_metadata_top_packages.py::test_loads[urllib3]' --deselect 'tests/test_metadata_top_packages.py::test_loads[virtualenv]' --deselect 'tests/test_metadata_top_packages.py::test_loads[websocket-client]' --deselect 'tests/test_metadata_top_packages.py::test_loads[werkzeug]' --deselect 'tests/test_metadata_top_packages.py::test_loads[wheel]' --deselect 'tests/test_metadata_top_packages.py::test_loads[wrapt]' --deselect 'tests/test_metadata_top_packages.py::test_loads[yarl]' --deselect 'tests/test_metadata_top_packages.py::test_loads[zipp]'
============================= test session starts ==============================
platform linux -- Python 3.8.16, pytest-7.2.2, pluggy-1.0.0
Test session started at 16:26:08
rootdir: /home/tkloczko/rpmbuild/BUILD/dist-meta-0.7.0, configfile: tox.ini
plugins: datadir-1.4.1, regressions-2.4.2, rerunfailures-11.0, timeout-2.1.0, flaky-3.7.0
timeout: 300.0s
timeout method: signal
timeout func_only: False
collected 764 items / 100 deselected / 664 selected
tests/test_distributions.py ............................................ [ 6%]
........................................................................ [ 17%]
........................................................................ [ 28%]
........................................................................ [ 39%]
........................................................................ [ 50%]
........................................................................ [ 60%]
............................................................s.....ssFss [ 71%]
tests/test_entry_points.py ....................... [ 75%]
tests/test_metadata.py ......................... [ 78%]
tests/test_metadata_mapping.py ........ [ 79%]
tests/test_metadata_top_packages.py E................................... [ 85%]
................................................................ [ 95%]
tests/test_record.py ......... [ 96%]
tests/test_wheel.py ........................ [100%]
==================================== ERRORS ====================================
____________________ ERROR at setup of test_loads[aiohttp] _____________________
self = <flaky.flaky_pytest_plugin.FlakyPlugin object at 0x7f898036e9a0>
item = <Function test_loads[aiohttp]>
def pytest_runtest_setup(self, item):
"""
Pytest hook to modify the test before it's run.
:param item:
The test item.
"""
if not self._has_flaky_attributes(item):
if hasattr(item, 'iter_markers'):
for marker in item.iter_markers(name='flaky'):
> self._make_test_flaky(item, *marker.args, **marker.kwargs)
E TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:239: TypeError
=================================== FAILURES ===================================
_____________________ test_packages_distributions[cpython] _____________________
advanced_data_regression = <coincidence.regressions.AdvancedDataRegressionFixture object at 0x7f897f30eb80>
version = 'cpython'
@pytest.mark.parametrize(
"version",
[
pytest.param(
"3.6",
marks=[
only_version(3.6, reason="Output differs on Python 3.6"),
not_pypy("Output differs on PyPy")
]
),
pytest.param(
"3.6-pypy",
marks=[
only_version(3.6, reason="Output differs on Python 3.6"),
only_pypy("Output differs on PyPy")
]
),
pytest.param(
"cpython",
marks=[
pytest.mark.skipif(
not ((3, 7) <= sys.version_info[:2] <= (3, 10)),
reason="Output differs on Python 3.7"
),
not_pypy("Output differs on PyPy")
]
),
pytest.param(
"pypy",
marks=[
pytest.mark.skipif(
not ((3, 7) <= sys.version_info[:2] <= (3, 10)),
reason="Output differs on Python 3.7"
),
only_pypy("Output differs on PyPy")
]
),
pytest.param("3.11", marks=only_version("3.11", reason="Output differs on Python 3.11")),
]
)
def test_packages_distributions(advanced_data_regression: AdvancedDataRegressionFixture, version):
data = distributions.packages_distributions()
> advanced_data_regression.check({k: list(v) for k, v in data.items()})
E AssertionError: FILES DIFFER:
E /tmp/pytest-of-tkloczko/pytest-42/test_packages_distributions_cp0/test_distributions_/test_packages_distributions_cpython_.yml
E /tmp/pytest-of-tkloczko/pytest-42/test_packages_distributions_cp0/test_distributions_/test_packages_distributions_cpython_.obtained.yml
E HTML DIFF: /tmp/pytest-of-tkloczko/pytest-42/test_packages_distributions_cp0/test_distributions_/test_packages_distributions_cpython_.obtained.diff.html
E ---
E +++
E @@ -4,58 +4,72 @@
E - pytest
E _yaml:
E - PyYAML
E +aiohttp:
E +- aiohttp
E +aiosignal:
E +- aiosignal
E alabaster:
E - alabaster
E apeye:
E - apeye
E apeye_core:
E - apeye-core
E -atomicwrites:
E -- atomicwrites
E +async_timeout:
E +- async-timeout
E attr:
E - attrs
E attrs:
E - attrs
E +autodocsumm:
E +- autodocsumm
E babel:
E - Babel
E -certifi:
E -- certifi
E +bs4:
E +- beautifulsoup4
E +build:
E +- build
E +cachecontrol:
E +- CacheControl
E +cffi:
E +- cffi
E charset_normalizer:
E - charset-normalizer
E -click:
E -- click
E coincidence:
E - coincidence
E -colorama:
E -- colorama
E -consolekit:
E -- consolekit
E -coverage:
E -- coverage
E -coverage_pyver_pragma:
E -- coverage-pyver-pragma
E -deprecation:
E -- deprecation
E -deprecation_alias:
E -- deprecation-alias
E +cssutils:
E +- cssutils
E +dateutil:
E +- python-dateutil
E +dict2css:
E +- dict2css
E dist_meta:
E - dist-meta
E +distro:
E +- distro
E docutils:
E - docutils
E dom_toml:
E - dom_toml
E domdf_python_tools:
E - domdf-python-tools
E +encutils:
E +- cssutils
E exceptiongroup:
E - exceptiongroup
E first:
E - first
E -flake8:
E -- flake8
E +flaky:
E +- flaky
E +frontmatter:
E +- python-frontmatter
E +frozenlist:
E +- frozenlist
E handy_archives:
E - handy-archives
E -hpy:
E -- hpy
E +html5lib:
E +- html5lib
E +html_section:
E +- html-section
E idna:
E - idna
E imagesize:
E @@ -66,14 +80,18 @@
E - iniconfig
E jinja2:
E - Jinja2
E +lockfile:
E +- lockfile
E markupsafe:
E - MarkupSafe
E -mccabe:
E -- mccabe
E -mistletoe:
E -- mistletoe
E +msgpack:
E +- msgpack
E +multidict:
E +- multidict
E natsort:
E - natsort
E +notfound:
E +- sphinx-notfound-page
E packaging:
E - packaging
E pip:
E @@ -84,26 +102,24 @@
E - platformdirs
E pluggy:
E - pluggy
E +ply:
E +- ply
E py:
E - pytest
E -pycodestyle:
E -- pycodestyle
E -pyflakes:
E -- pyflakes
E +pychoosealicense:
E +- pychoosealicense
E +pycparser:
E +- pycparser
E pygments:
E - Pygments
E -pyparsing:
E -- pyparsing
E pypi_json:
E - pypi-json
E +pyproject_hooks:
E +- pyproject_hooks
E pytest:
E - pytest
E -pytest_cov:
E -- pytest-cov
E pytest_datadir:
E - pytest-datadir
E -pytest_randomly:
E -- pytest-randomly
E pytest_regressions:
E - pytest-regressions
E pytest_rerunfailures:
E @@ -114,21 +130,55 @@
E - pytz
E requests:
E - requests
E +ruamel:
E +- ruamel.yaml
E +seed_intersphinx_mapping:
E +- seed-intersphinx-mapping
E setuptools:
E - setuptools
E shippinglabel:
E - shippinglabel
E +six:
E +- six
E snowballstemmer:
E - snowballstemmer
E +soupsieve:
E +- soupsieve
E sphinx:
E - Sphinx
E +sphinx-prompt:
E +- sphinx-prompt
E +sphinx_autodoc_typehints:
E +- sphinx_autodoc_typehints
E +sphinx_copybutton:
E +- sphinx-copybutton
E +sphinx_debuginfo:
E +- sphinx-debuginfo
E +sphinx_jinja2_compat:
E +- sphinx-jinja2-compat
E +sphinx_licenseinfo:
E +- sphinx-licenseinfo
E +sphinx_packaging:
E +- sphinx-packaging
E +sphinx_pyproject:
E +- sphinx-pyproject
E +sphinx_tabs:
E +- sphinx-tabs
E +sphinx_toolbox:
E +- sphinx-toolbox
E sphinxcontrib:
E +- default-values
E +- extras-require
E - sphinxcontrib-applehelp
E -- sphinxcontrib-devhelp
E - sphinxcontrib-htmlhelp
E - sphinxcontrib-jsmath
E - sphinxcontrib-qthelp
E - sphinxcontrib-serializinghtml
E +- toctree-plus
E +sphinxemoji:
E +- sphinxemoji
E +tabulate:
E +- tabulate
E toml:
E - toml
E tomli:
E @@ -137,9 +187,13 @@
E - typing_extensions
E urllib3:
E - urllib3
E +webencodings:
E +- webencodings
E wheel:
E - wheel
E yaml:
E - PyYAML
E +yarl:
E +- yarl
E zipp:
E - zipp
tests/test_distributions.py:632: AssertionError
============================= slowest 25 durations =============================
1.26s call tests/test_metadata_top_packages.py::test_loads_sdist[grpcio]
1.19s call tests/test_metadata_top_packages.py::test_loads_sdist[matplotlib]
1.07s call tests/test_metadata_top_packages.py::test_loads_sdist[awscli]
1.00s call tests/test_metadata_top_packages.py::test_loads_sdist[botocore]
1.00s call tests/test_metadata_top_packages.py::test_loads_sdist[pillow]
0.84s call tests/test_metadata_top_packages.py::test_loads_sdist[sqlalchemy]
0.70s call tests/test_metadata_top_packages.py::test_loads_sdist[pandas]
0.70s call tests/test_metadata_top_packages.py::test_loads_sdist[numpy]
0.67s call tests/test_metadata_top_packages.py::test_loads_sdist[google-api-python-client]
0.59s call tests/test_metadata_top_packages.py::test_loads_sdist[scikit-learn]
0.57s call tests/test_metadata_top_packages.py::test_loads_sdist[pygments]
0.54s setup tests/test_distributions.py::test_iter_distributions_pip_tmpdir
0.53s setup tests/test_distributions.py::test_iter_distributions
0.50s setup tests/test_distributions.py::test_get_distribution[sphinxcontrib_applehelp-sphinxcontrib_applehelp]
0.50s setup tests/test_distributions.py::test_get_distribution_not_found
0.50s setup tests/test_entry_points.py::test_get_all_entry_points
0.50s setup tests/test_distributions.py::test_get_distribution[babel-Babel]
0.50s setup tests/test_distributions.py::test_get_distribution[sphinxcontrib-applehelp-sphinxcontrib_applehelp]
0.50s setup tests/test_distributions.py::test_get_distribution[sphinxcontrib.applehelp-sphinxcontrib_applehelp]
0.50s setup tests/test_distributions.py::test_get_distribution[BaBeL-Babel]
0.50s setup tests/test_distributions.py::test_get_distribution[Babel-Babel]
0.50s setup tests/test_entry_points.py::test_get_entry_points
0.50s setup tests/test_distributions.py::test_get_distribution_shadowing
0.47s call tests/test_metadata_top_packages.py::test_loads_sdist[lxml]
0.42s call tests/test_metadata_top_packages.py::test_loads_sdist[coverage]
=========================== short test summary info ============================
SKIPPED [1] tests/test_distributions.py:503: could not import 'hpy': No module named 'hpy'
SKIPPED [2] tests/test_distributions.py:589: Output differs on Python 3.6
SKIPPED [1] tests/test_distributions.py:589: Output differs on PyPy
SKIPPED [1] tests/test_distributions.py:589: Output differs on Python 3.11
ERROR tests/test_metadata_top_packages.py::test_loads[aiohttp] - TypeError: _make_test_flaky() got an unexpected keyword argument 'reruns'
FAILED tests/test_distributions.py::test_packages_distributions[cpython] - AssertionError: FILES DIFFER:
====== 1 failed, 657 passed, 5 skipped, 100 deselected, 1 error in 54.77s ====== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 modulesHere is list of module installed in build env:
The text was updated successfully, but these errors were encountered: