Skip to content

Commit

Permalink
remove incentive requirement for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrettSJohnson committed Apr 5, 2024
1 parent ae98016 commit b9aa093
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing/tests/api/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""
from pymol import cmd, testing

@testing.requires('incentive')
@testing.requires_version('2.3')
class TestNucBuilder(testing.PyMOLTestCase):
def testCanInit(self):
Expand Down

0 comments on commit b9aa093

Please sign in to comment.