Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-morvan committed Jun 27, 2023
1 parent 19cf771 commit c6b312e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ compile_catalog:

.PHONY: test
test: ## Run automated tests
$(DOCKER_CMD) nosetests -v
# $(DOCKER_CMD) nosetests -v
$(DOCKER_CMD) pytest -vv --cov=thinkhazard tests

.PHONY: bash
test-bash: ## Open bash in a test container
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ mock
nose
pep8-naming
pydevd
pytest
pytest-cov
WebTest
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
APScheduler
Babel
PyPDF2
SQLAlchemy
SQLAlchemy<2
alembic
asyncio
boto3
colorlog
geoalchemy2
gunicorn
httplib2
jinja2
jinja2<3.1
lingua
markdown
numpy<1.24 # for compatibility with rasterio 1.3.7
papyrus
passlib
paste
Expand Down

0 comments on commit c6b312e

Please sign in to comment.