This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal-sdk.git
from 4176db5 Tell pypi that the long description is in markdown
new 5619f46 Switch to pytest for running unit tests
new e4f9ce2 AIRAVATA-3529 Upgrade grpc to support 3.10
new 36887dc AIRAVATA-3529 Support Py 3.10, 3.11, and fix 3.6 support
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
.travis.yml | 3 ++-
README.md | 22 ++++++++++++++--------
airavata_django_portal_sdk/tests/test_views.py | 4 ++--
pytest.ini | 2 ++
requirements-dev.txt | 3 +++
requirements.txt | 12 +++++++-----
runtests.py | 15 ---------------
tox.ini | 18 ++++++++++++++++++
9 files changed, 49 insertions(+), 31 deletions(-)
create mode 100644 pytest.ini
delete mode 100755 runtests.py
create mode 100644 tox.ini