Compare commits
3 Commits
fix_python
...
tischrei-p
Author | SHA1 | Date | |
---|---|---|---|
ad69eef6ee | |||
efe7f283d5 | |||
c3a51e8aeb |
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
environment: internal
|
||||||
hc_location: api/dbss
|
hc_location: api/dbss
|
||||||
html_location: docs/dbss/api-ref
|
html_location: docs/dbss/api-ref
|
||||||
link: /database-security-service/api-ref/
|
link: /database-security-service/api-ref/
|
||||||
|
@ -3,10 +3,8 @@ minversion = 3.1
|
|||||||
envlist = py39,pep8
|
envlist = py39,pep8
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
ignore_basepython_conflict = True
|
ignore_basepython_conflict = True
|
||||||
basepython = python3.11
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = python3.11
|
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command = pip install {opts} {packages}
|
install_command = pip install {opts} {packages}
|
||||||
deps =
|
deps =
|
||||||
|
Reference in New Issue
Block a user