From e8c27f4f2a221bac5f68cf1a96d70ac24d7b1aa0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 28 Oct 2024 18:36:06 -0400 Subject: [PATCH] don't skip dastardly tests --- bbot/test/test_step_2/module_tests/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbot/test/test_step_2/module_tests/base.py b/bbot/test/test_step_2/module_tests/base.py index bb63b57e5b..6bccf32dcd 100644 --- a/bbot/test/test_step_2/module_tests/base.py +++ b/bbot/test/test_step_2/module_tests/base.py @@ -90,8 +90,8 @@ async def module_test( self, httpx_mock, bbot_httpserver, bbot_httpserver_ssl, monkeypatch, request, caplog, capsys ): # Skip dastardly test if we're in the distro tests (because dastardly uses docker) - if os.getenv("BBOT_DISTRO_TESTS") and self.name == "dastardly": - pytest.skip("Skipping module_test for dastardly module due to BBOT_DISTRO_TESTS environment variable") + # if os.getenv("BBOT_DISTRO_TESTS") and self.name == "dastardly": + # pytest.skip("Skipping module_test for dastardly module due to BBOT_DISTRO_TESTS environment variable") self.log.info(f"Starting {self.name} module test") module_test = self.ModuleTest(