diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..6bbaaac --- /dev/null +++ b/pytest.ini @@ -0,0 +1,6 @@ +# pytest.ini +[pytest] +minversion = 6.0 +addopts = -v +testpaths = + tests diff --git a/requirements.txt b/requirements.txt index 5514517..d5832bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ lowball -pyarango==1.3.5 +pyarango>=1.3.5