SynBioDex / pySBOL3

Native python implementation of SBOL 3.0 specification
MIT License
37 stars 16 forks source link

Fix collections import deprecation warnings #274

Closed tcmitchell closed 3 years ago

tcmitchell commented 3 years ago

273 is a partial fix.

There are several more places where these warnings exist. pytest reveals them, and the unittest module can reveal them if run with additional flags:

python3 -We -m unittest discover -s test