Skip to content

Commit

Permalink
0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cnheider committed Feb 4, 2021
1 parent 37372a1 commit 66d988e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/test_pqp.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def call(self, *args, **kwargs):


@pytest.mark.skip
@pytest.mark.slow

def test_integration_success():
task = Square()

Expand All @@ -33,7 +33,7 @@ def test_integration_success():


@pytest.mark.skip
@pytest.mark.slow

def test_integration_func():
task = identity

Expand Down Expand Up @@ -68,7 +68,7 @@ def test_integration_except():


@pytest.mark.skip
# @pytest.mark.slow
#
def test_integration_except_ctx():
task = Exc()

Expand Down
2 changes: 1 addition & 1 deletion warg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

__project__ = "Warg"
__author__ = "Christian Heider Nielsen"
__version__ = "0.5.7"
__version__ = "0.5.8"
__doc__ = r"""
Created on 27/04/2019
Expand Down

0 comments on commit 66d988e

Please sign in to comment.