diff --git a/.circleci/config.yml b/.circleci/config.yml index 2a55b62defa..7bee2553997 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,7 +43,7 @@ jobs: command: | echo 'export PATH=~/.nvm/versions/node/v${NODE_VERSION}/bin:$PATH' >> $BASH_ENV source $BASH_ENV - - run: tox -e migrations + - run: tox -vv -e migrations - run: tox -e lint - run: tox -e docs-lint - run: tox -e docs diff --git a/requirements/pip.txt b/requirements/pip.txt index ece22f4fc46..7be390f5bb6 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -71,7 +71,6 @@ orjson==3.6.6 # Utils django-gravatar2==1.4.4 pytz==2021.3 -Unipath==1.1 django-kombu==0.9.4 stripe==2.65.0 regex==2022.1.18 diff --git a/requirements/testing.txt b/requirements/testing.txt index 6aea1bd3b75..6ad352f049b 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -6,10 +6,7 @@ django-dynamic-fixture==3.1.2 pytest==6.2.5 pytest-custom-exit-code==0.3.0 pytest-django==4.5.2 -pytest-xdist==2.5.0 pytest-cov==3.0.0 -apipkg==2.1.0 -execnet==1.9.0 Mercurial==6.0.1 @@ -18,6 +15,6 @@ pytest-mock==3.6.1 # local debugging tools datadiff==2.0.0 -ipdb==0.13.9 +pdbpp==0.10.3 requests-mock==1.9.3