Fix dependency issues in compatibility tests (#1951)

* update reqs

* pin scanpy

* merge in fix for race conditions
This commit is contained in:
Madison Dunitz
2020-10-30 10:47:12 -05:00
committed by GitHub
parent 6a1e5f71be
commit 3b6c46ba86
5 changed files with 5 additions and 7 deletions
-1
View File
@@ -62,7 +62,6 @@ def jwks():
data = dict(alg="RS256", kty="RSA", use="sig", kid="fake_kid",)
return make_response(jsonify(dict(keys=[data])))
# The port that the mock oauth server will listen on
PORT = random.randint(10000, 12000)