diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92daf19..caa0560 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,14 +63,6 @@ jobs: name: htmlcov path: htmlcov - - name: Upload test durations to BlueRacer.io - if: | - github.event_name == 'pull_request' || - (github.event_name == 'push' && !contains(github.ref, 'refs/tags/')) - env: - BLUERACER_TOKEN: ${{ secrets.BLUERACER_TOKEN }} - run: bash <(curl -s https://app.blueracer.io/upload) - test_38: name: "Python 3.8 Tests" diff --git a/py38/pyproject.toml b/py38/pyproject.toml index ea5441c..2bb755a 100644 --- a/py38/pyproject.toml +++ b/py38/pyproject.toml @@ -90,11 +90,6 @@ line_length=88 profile="black" -[tool.pytest.ini_options] -# for more accurate BlueRacer.io test duration reports -junit_duration_report = "call" - - [tool.mypy] follow_imports = "silent" check_untyped_defs = true diff --git a/pyproject.toml b/pyproject.toml index 4375029..09ab603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,11 +90,6 @@ line_length=88 profile="black" -[tool.pytest.ini_options] -# for more accurate BlueRacer.io test duration reports -junit_duration_report = "call" - - [tool.mypy] follow_imports = "silent" check_untyped_defs = true