Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarteau committed May 17, 2022
1 parent 604eaa8 commit 266bd5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

## Unreleased

## 1.7.0 - 2022-05-17

* Refactorize access policy managment
* Add restart notification on provider changes
* Remove fakeredis dependency
* Use docker compose for tests

## 1.6.7 - 2021-02-01
## 1.6.7 - 2022-02-01

* Release the package on https://pypi.org/

## 1.6.6 - 2021-02-01
## 1.6.6 - 2022-02-01

* Install server in venv in docker image
* Add support for inputs:
Expand Down
9 changes: 5 additions & 4 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ SERVER_HTTP_PORT:=127.0.0.1:8888
SRCDIR=$(shell realpath ..)

local:
rm -rf unittests/__outputdir__/*
mkdir -p $$(pwd)/__workdir__
mkdir -p $$(pwd)/.local $$(pwd)/.cache
@rm -rf unittests/__outputdir__/*
@mkdir -p $$(pwd)/__workdir__
@mkdir -p $$(pwd)/.local $$(pwd)/.cache

clean:
rm -rf $$(pwd)/.local $$(pwd)/.cache
@rm -rf $$(pwd)/.local $$(pwd)/.cache

TESTS_CPU_LIMITS:=2.0
TESTS_MEMORY_LIMITS:=2g
Expand All @@ -44,6 +44,7 @@ env: local
PYTEST_ADDOPTS="$(PYTEST_ADDOPTS)"
CPU_LIMITS=$(TESTS_CPU_LIMITS)
MEMORY_LIMITS=$(TESTS_MEMORY_LIMITS)
COMPOSE_PROJECT_NAME=test-pyqgiswps
EOF

test: export RUN_COMMAND=/src/tests/run-tests.sh
Expand Down

0 comments on commit 266bd5a

Please sign in to comment.