From 893965b94e12aa482798d522f952e7adf80249cd Mon Sep 17 00:00:00 2001 From: Jason Antman Date: Sun, 11 Dec 2022 07:03:51 -0500 Subject: [PATCH] no need to record virtualenv version anymore --- CHANGES.rst | 1 + tox.ini | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index f657c7c..b1f00aa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -31,6 +31,7 @@ Unreleased Changes * Add ``git`` to Docker image. * Move testing and runtime to Python 3.10, and get all test environments running successfully. * Move CI from TravisCI to GitHub Actions and remove all traces of TravisCI. +* Add acceptance test coverage of the Plaid Link process. 1.0.0 (2018-07-07) ------------------ diff --git a/tox.ini b/tox.ini index 2675d3f..8513d0e 100644 --- a/tox.ini +++ b/tox.ini @@ -35,7 +35,6 @@ whitelist_externals = env test commands = python --version - virtualenv --version pip --version pip freeze py.test -rxs -vv --durations=10 --pycodestyle --flakes --blockage -m "not integration and not acceptance and not migrations" --cov-report term-missing --cov-report xml --cov-report html --cov-config {toxinidir}/.coveragerc --cov=biweeklybudget --html=results/report.html {posargs} biweeklybudget @@ -56,7 +55,6 @@ deps = basepython = python3.10 commands = python --version - virtualenv --version pip --version pip freeze rst2html.py --halt=2 README.rst /dev/null @@ -82,7 +80,6 @@ deps = basepython = python3.10 commands = python --version - virtualenv --version pip --version pip freeze python {toxinidir}/docs/make_jsdoc.py {toxinidir} @@ -100,7 +97,6 @@ sitepackages = False whitelist_externals = env test commands = python --version - virtualenv --version pip --version pip freeze python {toxinidir}/docs/make_screenshots.py {toxinidir} @@ -117,7 +113,6 @@ sitepackages = False whitelist_externals = env test commands = python --version - virtualenv --version pip --version pip freeze python {toxinidir}/biweeklybudget/tests/docker_build.py {toxinidir} {distdir} @@ -146,7 +141,6 @@ sitepackages = False whitelist_externals = env test commands = python --version - virtualenv --version pip --version pip freeze py.test -rxs -vv --durations=50 --durations-file=results/test_durations.json --driver Chrome --html=results/acceptance.html --cov-report xml --cov-report html --cov-config {toxinidir}/.coveragerc-acceptance --cov=biweeklybudget -m "acceptance" biweeklybudget @@ -178,7 +172,6 @@ sitepackages = False whitelist_externals = env test commands = python --version - virtualenv --version pip --version pip freeze py.test -rxs -vv --durations=50 --durations-file=results/test_durations.json --driver Chrome --html=results/plaid.html -m "plaid" biweeklybudget @@ -202,7 +195,6 @@ sitepackages = False whitelist_externals = env test commands = python --version - virtualenv --version pip --version pip freeze py.test -rxs -vv --durations=50 --durations-file=results/test_durations.json --html=results/migrations.html -m "migrations" biweeklybudget/tests/migrations