From 8b3423a8e13a0a5b3ad639ab5920cb68b66ac23e Mon Sep 17 00:00:00 2001 From: nicolasbisurgi Date: Wed, 16 Oct 2024 13:52:56 -0500 Subject: [PATCH] added changes as mentioned in #1157 --- .github/workflows/unit_test_pipeline.yml | 2 +- setup.py | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/unit_test_pipeline.yml b/.github/workflows/unit_test_pipeline.yml index bacc3a06..1db7c60a 100644 --- a/.github/workflows/unit_test_pipeline.yml +++ b/.github/workflows/unit_test_pipeline.yml @@ -32,7 +32,7 @@ jobs: - name: Install dependencies run: | - pip install -e .[unit_test] + pip install -e .[pandas, dev] - name: Retrieve TM1 Connection Details run: echo "Retrieving TM1 connection details" diff --git a/setup.py b/setup.py index 79a41336..8907c95d 100644 --- a/setup.py +++ b/setup.py @@ -45,11 +45,6 @@ extras_require={ "pandas": ["pandas"], "dev": [ - "pytest", - "pytest-xdist" - ], - "unit_test": [ - "pandas", "pytest", "pytest-xdist", "python-dateutil"