Skip to content

Commit

Permalink
Replace deprecated repository_url with repository-url (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Mar 19, 2023
2 parents b93c1b9 + c77d4e8 commit ed3c779
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ dependencies = [
]
[project.optional-dependencies]
tests = [
"hypothesis-auto",
"pytest",
"pytest-cov",
]
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Only for testing pinned versions on the CI
hypothesis-auto==1.1.5
pytest==7.2.1
pytest-cov==4.0.0
5 changes: 0 additions & 5 deletions tests/test_tinytext.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from __future__ import annotations

from hypothesis_auto import auto_pytest_magic # type: ignore[import]

import tinytext


Expand All @@ -13,6 +11,3 @@ def test_something() -> None:

# Assert
assert tiny == "ᶦᶰᵗᵒ ᵗᶦᶰᶦᵉʳ ᵗᵉˣᵗ"


auto_pytest_magic(tinytext.tinytext)

0 comments on commit ed3c779

Please sign in to comment.