diff options
author | Stephen Finucane <stephen@that.guru> | 2020-12-13 19:44:53 +0000 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2020-12-13 19:44:53 +0000 |
commit | c97530325cf94c13f904dabb63253a7482574b7a (patch) | |
tree | 11cdc0320f1e0655df1778a7793a91a049b34405 | |
parent | 71c7fdd80c5fb0fea609b9d974ad0aa4d860408a (diff) | |
download | patchwork-c97530325cf94c13f904dabb63253a7482574b7a.tar patchwork-c97530325cf94c13f904dabb63253a7482574b7a.tar.gz |
requirements: Switch to openapi-core 0.13.4
In commit b7f3c3d34 ("tests: Switch to openapi-core 0.13.x") we added
support for 'openapi-core' 0.13.x. However, we needed to use a commit
from master since an important fix [1] was not included in the latest
release at the time, 0.13.3. 0.13.4 has since been released so let's
move on and use that.
[1] https://github.com/p1c2u/openapi-core/issues/226
Signed-off-by: Stephen Finucane <stephen@that.guru>
-rw-r--r-- | requirements-test.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-test.txt b/requirements-test.txt index 26ba1cc..c8ce258 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,4 +3,4 @@ psycopg2-binary~=2.8.0 sqlparse~=0.4.0 python-dateutil~=2.8.0 tblib~=1.7.0 -https://github.com/p1c2u/openapi-core/archive/97ec8c796746f72ef3298fe92078b5f80e1f66f7.tar.gz +openapi-core~=0.13.4 |