From e6d0d158f0af39e99fede8375de893ad61eb0ce6 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Thu, 20 Aug 2020 16:10:28 +0800 Subject: [PATCH] drop tests for pypy because it doesn't support the annotations future import --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0b3ce73..f1f87b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ python: - "3.7" - "3.8" - "nightly" - - "pypy3.6-7.3.1" before_install: openssl enc -d -aes-256-ctr -pbkdf2 -k $KEY -in keyfile.toml.enc -out keyfile.toml install: pip install -U $DEPS pytest pytest-asyncio pytest-httpbin flaky structlog toml script: pytest @@ -21,9 +20,6 @@ env: jobs: fast_finish: true allow_failures: - # doesn't work well, see https://travis-ci.org/lilydjwg/nvchecker/jobs/376326582 - - python: pypy3.6-7.3.1 - env: DEPS=aiohttp # it works now, but may be broken in the future again - python: nightly