From ff6e1e279f312018b193592df1633e7826bb698b Mon Sep 17 00:00:00 2001 From: Zhonghao Zhao Date: Thu, 4 Jan 2024 16:29:12 -0800 Subject: [PATCH] Delete unuseful pkg. --- .flake8 | 1 - .github/workflows/test.yml | 2 ++ .isort.cfg | 2 +- dev-requirements.txt | 3 --- eachdist.ini | 1 - 5 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.flake8 b/.flake8 index e7484981f..38499702b 100644 --- a/.flake8 +++ b/.flake8 @@ -23,4 +23,3 @@ exclude = venv*/ target __pycache__ - scripts/* diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 921febff9..ce5a37bbd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,3 +1,5 @@ +# This workflow check the code style for the repo +# TODO: add unit test check after adding AWS Distro project name: AWS Distro Tests on: diff --git a/.isort.cfg b/.isort.cfg index afe42d3d4..a64b63937 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -16,4 +16,4 @@ multi_line_output=3 skip=target skip_glob=**/gen/*,.venv*/*,venv*/*,.tox/* known_first_party=opentelemetry -known_third_party=psutil,pytest,redis,redis_opentracing +known_third_party=psutil,pytest diff --git a/dev-requirements.txt b/dev-requirements.txt index fffb4c445..db1c84ac5 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,9 +4,6 @@ isort==5.12.0 black==22.3.0 httpretty==1.1.4 mypy==0.931 -sphinx==7.1.2 -sphinx-rtd-theme==2.0.0rc4 -sphinx-autodoc-typehints==1.25.2 pytest==7.1.3 pytest-cov==4.1.0 readme-renderer==42.0 diff --git a/eachdist.ini b/eachdist.ini index a0a315e34..9fa0ae9a7 100644 --- a/eachdist.ini +++ b/eachdist.ini @@ -5,7 +5,6 @@ [lintroots] extraroots=scripts/ subglob=*.py,tests/,test/,src/* -ignore=sklearn [testroots] extraroots=tests/