remove basepython override for grafyaml

grafyaml requires slugify which had a release yesterday. The py3 wheel
  is being installed in the tox env, leading to Syntax errors

Change-Id: I2d577d7cc78e752ad29001e09d7e5134cfc106f7
This commit is contained in:
Neil Hanlon 2022-02-17 08:46:31 -05:00
parent 2dc8e54f57
commit 75789007a5
No known key found for this signature in database
GPG Key ID: 705BC21EC3C70F34
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ ignore = E125,E129,E402,H,W503
[testenv:grafyaml]
deps =
{env:GRAFYAML_SRC:git+https://opendev.org/opendev/grafyaml#egg=grafyaml}
basepython = python2.7
commands = grafana-dashboard validate grafana
[testenv:bindep]