Skip to content

Commit

Permalink
remove flaky from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeWent committed Jul 23, 2024
1 parent c1459b6 commit 9a06cb3
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 135 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ isort = "*"
mypy = "*"
ruff = "*"
pytest = "*"
flaky = "*"
httpx = "*"

[requires]
Expand Down
117 changes: 54 additions & 63 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,20 @@ anyio==4.4.0
black==24.4.2
certifi==2024.7.4
click==8.1.7
flaky==3.8.1
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
idna==3.7
iniconfig==2.0.0
isort==5.13.2
mypy==1.10.1
mypy==1.11.0
mypy-extensions==1.0.0
packaging==24.1
pathspec==0.12.1
platformdirs==4.2.2
pluggy==1.5.0
pytest==8.2.2
ruff==0.5.2
pytest==8.3.1
ruff==0.5.4
sniffio==1.3.1
typing-extensions==4.12.2
annotated-types==0.7.0
Expand Down Expand Up @@ -52,7 +51,7 @@ sqlalchemy==2.0.31
starlette==0.37.2
typer==0.12.3
urllib3==2.2.2
uvicorn[standard]==0.30.1
uvicorn[standard]==0.30.3
uvloop==0.19.0
watchfiles==0.22.0
websockets==12.0
Expand Down
1 change: 0 additions & 1 deletion api/tests/test_balance_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
class TestBalanceServiceCache:
"""Test cache functionality in BalanceService"""

@pytest.mark.flaky(max_runs=10, min_passes=5)
def test_cache_functionality(self, test_app: TestClient, token_factory, token):
# Create entities
response = test_app.post(
Expand Down
60 changes: 0 additions & 60 deletions requirements.txt

This file was deleted.

9 changes: 4 additions & 5 deletions ui/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,20 @@ anyio==4.4.0
black==24.4.2
certifi==2024.7.4
click==8.1.7
flaky==3.8.1
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
idna==3.7
iniconfig==2.0.0
isort==5.13.2
mypy==1.10.1
mypy==1.11.0
mypy-extensions==1.0.0
packaging==24.1
pathspec==0.12.1
platformdirs==4.2.2
pluggy==1.5.0
pytest==8.2.2
ruff==0.5.2
pytest==8.3.1
ruff==0.5.4
sniffio==1.3.1
typing-extensions==4.12.2
annotated-types==0.7.0
Expand Down Expand Up @@ -52,7 +51,7 @@ sqlalchemy==2.0.31
starlette==0.37.2
typer==0.12.3
urllib3==2.2.2
uvicorn[standard]==0.30.1
uvicorn[standard]==0.30.3
uvloop==0.19.0
watchfiles==0.22.0
websockets==12.0
Expand Down

0 comments on commit 9a06cb3

Please sign in to comment.