miketheman / pytest-socket

Pytest Plugin to disable socket calls during tests

Home Page:https://pypi.org/project/pytest-socket/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about asynctest and Python 3.8+ compatibility

Hellseher opened this issue · comments

Hi,

While packing your project for Guix I've faced with issue of abandoned Martiusweb/asynctest project wich you use in

import asynctest
but the project itself lost support for Python 3.8+.

May you provide any details on further requirements for Martiusweb/asynctest in your test suit?

Thanks.

Thanks for the report!

Usage of asynctest is only in a single usage you referenced, to execute a test suite that uses the asynctest library, reported back in #6

If the library is no longer active, I would be happy to review a pull request to remove it, but ot does still appear to work: https://github.com/miketheman/pytest-socket/actions/runs/3101558257/jobs/5343958310#step:5:51

asynctest completely fails in Python 3.11 - see #175

Going to need to resolve this somehow.