openforcefield / openff-toolkit

The Open Forcefield Toolkit provides implementations of the SMIRNOFF format, parameterization engine, and other tools. Documentation available at http://open-forcefield-toolkit.readthedocs.io
http://openforcefield.org
MIT License
311 stars 90 forks source link

Allow pytest 8 #1822

Open mattwthompson opened 8 months ago

mattwthompson commented 8 months ago
codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.75%. Comparing base (fdf3832) to head (c210bda). Report is 5 commits behind head on main.

:exclamation: Current head c210bda differs from pull request most recent head 4772e11

Please upload reports for the commit 4772e11 to get more accurate results.

Additional details and impacted files
mattwthompson commented 7 months ago

Ha, I've gotten this error before but in a position where it didn't need to be fixed


=========================== short test summary info ============================
FAILED openff/toolkit/_tests/test_forcefield.py::TestForceField::test_load_bad_filelike_object - TypeError: argument of type 'NoneType' is not iterable
FAILED openff/toolkit/_tests/test_forcefield.py::TestForceField::test_do_not_load_in_child_dir - TypeError: argument of type 'NoneType' is not iterable
FAILED openff/toolkit/_tests/test_forcefield.py::TestForceField::test_load_bad_bytes - TypeError: argument of type 'NoneType' is not iterable
FAILED openff/toolkit/_tests/test_forcefield.py::TestForceField::test_load_bad_string - TypeError: argument of type 'NoneType' is not iterable
mattwthompson commented 7 months ago

Splitting off some more discrete ideas which might be nice to have in the installed package before this works nicely, starting with