Skip to content

Commit

Permalink
remove pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilOrv committed Apr 1, 2025
1 parent 2e7b771 commit 50f142a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ urllib3==2.2.2
validators==0.33.0
win32-setctime==1.1.0
djangorestframework-simplejwt==5.3.1
pytest==8.3.5
2 changes: 1 addition & 1 deletion docker-compose.stag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
build:
context: backend/
network: host
dockerfile: Dockerfile
dockerfile: tests/Dockerfile.test
environment:
- DEBUG=1
ports:
Expand Down

0 comments on commit 50f142a

Please sign in to comment.