From 9a5d06a68c1c4f137223297e8d7fc58c7bc377ea Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Thu, 11 Jan 2024 14:31:08 +0100 Subject: [PATCH] move tests --- pyproject.toml | 3 --- {django_kubernetes_probes => tests}/tests.py | 0 2 files changed, 3 deletions(-) rename {django_kubernetes_probes => tests}/tests.py (100%) diff --git a/pyproject.toml b/pyproject.toml index c515c82..e69de29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +0,0 @@ -[build-system] -requires = ['setuptools>=40.8.0'] -build-backend = 'setuptools.build_meta' \ No newline at end of file diff --git a/django_kubernetes_probes/tests.py b/tests/tests.py similarity index 100% rename from django_kubernetes_probes/tests.py rename to tests/tests.py -- GitLab