From 7674b1386c9a8fc110a810b5926109b9fa81c3b0 Mon Sep 17 00:00:00 2001 From: Brian Muller Date: Sun, 26 Nov 2023 10:29:51 -0500 Subject: [PATCH] remoe empty tests --- .github/workflows/ci.yml | 1 - rpcudp/tests/__init__.py | 0 2 files changed, 1 deletion(-) delete mode 100644 rpcudp/tests/__init__.py 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