From 283181372e57ce326e4f0948586c4019e07d945d Mon Sep 17 00:00:00 2001 From: Lucas Wilkins Date: Mon, 28 Oct 2024 17:25:37 +0000 Subject: [PATCH] Revert "Test change (#4)" This reverts commit 9ed094c4bf0bf8fbc32fc10ffa8ed89860fc3cd0. --- .github/workflows/pylint.yml | 2 +- .github/workflows/test.yml | 2 +- tests/testtest.py | 6 +----- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index f669188..fce2cda 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -1,6 +1,6 @@ name: Pylint -on: [push, pull_request] +on: [push] jobs: build: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c7dfb9..11fb6ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ name: Test -on: [push, pull_request] +on: [push] jobs: build: diff --git a/tests/testtest.py b/tests/testtest.py index 3b61027..464a982 100644 --- a/tests/testtest.py +++ b/tests/testtest.py @@ -1,8 +1,4 @@ import pytest def test_test(): - assert True - - -def test_noting(): - pass \ No newline at end of file + assert True \ No newline at end of file