[Bug]: Test collection fails for three tests with pytest 8.2.0 #1114
Labels
category: bug
errors in the code or code behavior
category: enhancement
improvements of code or code behavior
Milestone
What happened?
Fedora is preparing to upgrade
pytest
to 8.x (currently 8.2.0). When running tests with that version ofpytest
, three test cannot be collected and fail withTypeError
.I used the approach below (using an empty directory) since I encountered issues with test collection previously. In this case, however, it didn't make a difference. Step 1 to 3 can be omitted, yielding the same result.
Steps to Reproduce
Traceback
Operating System
Linux
Python Executable
Python
Python Version
3.12
Package Versions
Python 3.12.3
pytest 8.2.0
hdmf 3.13.0
h5py 3.11.0
jsonschema 4.19.1
numpy 1.26.4
pandas 2.2.1
ruamel-yaml 0.18.5
scipy 1.11.3
We are using the packages available from the Fedora repositories. Listed are the dependencies for HDMF.
The text was updated successfully, but these errors were encountered: