lambdamusic / Ontospy

Python library and command-line interface for inspecting and visualizing RDF models aka ontologies.
http://lambdamusic.github.io/Ontospy/
MIT License
219 stars 52 forks source link

Current test framework constrains Python to < 3.10 #131

Open ajnelson-nist opened 10 months ago

ajnelson-nist commented 10 months ago

130 tried to expand the Python testing to 3.11. However, nose, which appears to not have been maintained for some time, references a class in the python stdlib that is no longer present (or aliased), causing testing to fail. 130 includes references on the particular class.

It appears the tests should switch to another framework in order to run on Python versions later than 3.9.