SynBioDex / pySBOL2

A pure Python implementation of the SBOL standard.
Apache License 2.0
20 stars 6 forks source link

Remove dependence on Utah SynBioHub servers #390

Closed tcmitchell closed 3 years ago

tcmitchell commented 3 years ago

The SynBioHub instances at University of Utah are going down and staying down. Some of the unit tests, particularly the PartShop unit tests, rely on these servers. In the short term we can mark these unit tests as expected failures. In the longer term we already have an issue (#192) to use a docker-based SynBioHub instance within the unit tests in order to reduce or eliminate external dependencies.