irmen / Pyro5

Pyro 5 - Python remote objects
https://pyro5.readthedocs.io
MIT License
303 stars 36 forks source link

Add marks to tests that require network access #76

Closed s-t-e-v-e-n-k closed 1 year ago

s-t-e-v-e-n-k commented 1 year ago

Some Python test environments are restricted such that they can not access any other network, which leads to some errors and failures when testcases can not resolve names. Use pytest's marking feature to mark them as such, so they can be more easily skipped.

irmen commented 1 year ago

interesting. Thanks.