Skip to content

Commit

Permalink
Delete unuseful pkg.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhlogin committed Jan 5, 2024
1 parent 09b3df7 commit ff6e1e2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ exclude =
venv*/
target
__pycache__
scripts/*
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion eachdist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[lintroots]
extraroots=scripts/
subglob=*.py,tests/,test/,src/*
ignore=sklearn

[testroots]
extraroots=tests/
Expand Down

0 comments on commit ff6e1e2

Please sign in to comment.