mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-28 00:58:11 +08:00
Fix dependency issues in compatibility tests (#1951)
* update reqs * pin scanpy * merge in fix for race conditions
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user