diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a12a536..405c78a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,4 +17,3 @@ jobs: - run: pip install . && pip install -r dev-requirements.txt - run: pylint rpcudp - run: pycodestyle rpcudp/**/*.py - - run: pytest diff --git a/rpcudp/tests/__init__.py b/rpcudp/tests/__init__.py deleted file mode 100644 index e69de29..0000000