From e5094c04a785e10aefc306d86755fcc57f39fc34 Mon Sep 17 00:00:00 2001 From: Paulo Henrique Silva Date: Mon, 25 Nov 2019 15:34:10 -0300 Subject: Rename requirements for docs and dev and upgrade nose and coverage packages --- requirements-dev.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 requirements-dev.txt (limited to 'requirements-dev.txt') diff --git a/requirements-dev.txt b/requirements-dev.txt new file mode 100644 index 0000000..c1e695d --- /dev/null +++ b/requirements-dev.txt @@ -0,0 +1,5 @@ +# install base requirements +-r requirements.txt + +coverage==4.5.4 +nose==1.3.7 -- cgit From ef589a064015de3a1ce6487dbb56b99332673e9d Mon Sep 17 00:00:00 2001 From: Paulo Henrique Silva Date: Tue, 26 Nov 2019 00:37:41 -0300 Subject: Migrate to pytest (#111) * Migrate to pytest All tests were update to use pytest. Tests were alse black formatted. Eventually all code will be black formatted but need to merge some PRs first. --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'requirements-dev.txt') diff --git a/requirements-dev.txt b/requirements-dev.txt index c1e695d..1238afe 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ # install base requirements -r requirements.txt -coverage==4.5.4 -nose==1.3.7 + pytest==4.6.6 + pytest-cov==2.8.1 -- cgit From 293ccfbafcbdcb9f0f9445a08c1dcb9a59abc758 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2019 03:52:24 +0000 Subject: Bump pytest from 4.6.6 to 5.3.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.6 to 5.3.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/4.6.6...5.3.1) Signed-off-by: dependabot-preview[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements-dev.txt') diff --git a/requirements-dev.txt b/requirements-dev.txt index 1238afe..27f4289 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ # install base requirements -r requirements.txt - pytest==4.6.6 + pytest==5.3.1 pytest-cov==2.8.1 -- cgit From 9972524003fa3df69bec70b65721f0a5738a1d1c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 08:14:56 +0000 Subject: Bump pytest from 5.3.1 to 5.3.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.1 to 5.3.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.3.1...5.3.2) Signed-off-by: dependabot-preview[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements-dev.txt') diff --git a/requirements-dev.txt b/requirements-dev.txt index 27f4289..dfb3b56 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ # install base requirements -r requirements.txt - pytest==5.3.1 + pytest==5.3.2 pytest-cov==2.8.1 -- cgit From 08a96af5fa01762f36256fd15e8bddf3355cfb3e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 08:15:07 +0000 Subject: Bump pytest from 5.3.2 to 5.3.5 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.2 to 5.3.5. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.3.2...5.3.5) Signed-off-by: dependabot-preview[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements-dev.txt') diff --git a/requirements-dev.txt b/requirements-dev.txt index dfb3b56..e628611 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ # install base requirements -r requirements.txt - pytest==5.3.2 + pytest==5.3.5 pytest-cov==2.8.1 -- cgit From c1e019d230e53e5772a43dc33b0772e2b8d80d20 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 08:59:55 +0000 Subject: Bump pytest from 5.3.5 to 5.4.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.5 to 5.4.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.3.5...5.4.1) Signed-off-by: dependabot-preview[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements-dev.txt') diff --git a/requirements-dev.txt b/requirements-dev.txt index e628611..c5518dd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ # install base requirements -r requirements.txt - pytest==5.3.5 + pytest==5.4.1 pytest-cov==2.8.1 -- cgit From b0f2d903374a1ef61ce916a4973728e86ac8fe43 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2020 09:41:36 +0000 Subject: Bump pytest from 5.4.1 to 6.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.1 to 6.0.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.4.1...6.0.1) Signed-off-by: dependabot-preview[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements-dev.txt') diff --git a/requirements-dev.txt b/requirements-dev.txt index c5518dd..ef38187 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ # install base requirements -r requirements.txt - pytest==5.4.1 + pytest==6.0.1 pytest-cov==2.8.1 -- cgit From ac732b427067d06dcf80550d461d55fa80ae17b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2020 10:09:01 +0000 Subject: Bump pytest-cov from 2.8.1 to 2.10.1 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.8.1 to 2.10.1. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.8.1...v2.10.1) Signed-off-by: dependabot-preview[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements-dev.txt') diff --git a/requirements-dev.txt b/requirements-dev.txt index ef38187..ded635c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,4 +2,4 @@ -r requirements.txt pytest==6.0.1 - pytest-cov==2.8.1 + pytest-cov==2.10.1 -- cgit