From 917c7def4e2d2caf20263dcde0fdde60700db39b Mon Sep 17 00:00:00 2001 From: Jacob Pavlock Date: Tue, 7 Jul 2020 09:37:22 -0700 Subject: [PATCH] test commit for windows ci windows seems to be having issues with tox installing depencies via `.[test]` this is a test to see if removing the inline comment changes anything --- .github/workflows/ci.yaml | 1 - tox.ini | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 86a9fd45a..9d2d8880f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,6 @@ jobs: matrix: platform: [ ubuntu-latest ] env: - NOSE_SHOW_SKIPPED: 1 PY_COLOR: 1 steps: - uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index 13531e556..cb673b872 100644 --- a/tox.ini +++ b/tox.ini @@ -7,10 +7,10 @@ envlist = py27-test, py38-{cov,lint}, docs [_test] -deps = .[test] # defined in setup.py +deps = .[test] [_lint] -deps = .[lint] # defined in setup.py +deps = .[lint] files = beets beetsplug beet test setup.py docs [testenv]