Skip to content

Commit

Permalink
[refactor] Replace unused dev extra
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Jun 30, 2024
1 parent f829011 commit ff95012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install .[runner,testing,typecheck,lint]
python -m pip install .[dev,testing,typecheck,lint]
- name: Run tests
run: |
task test
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ dynamic = ["version"]
testing = ["pytest", "pytest-randomly", "defusedxml", "beautifulsoup4"]
typecheck = ["mypy", "types-docutils", "types-beautifulsoup4"]
lint = ["flake8", "black", "isort", "autoflake", "pyupgrade"]
dev = ["wheel", "build", "twine"]
runner = ["taskipy"]
dev = ["taskipy"]

[project.urls]
Homepage = "https://github.com/ftnext/sphinx-new-tab-link"
Expand Down

0 comments on commit ff95012

Please sign in to comment.