Skip to content

Commit

Permalink
Fixed tests for python@3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Oct 8, 2019
1 parent d27e06a commit c7d2a44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ def test_resources_have_public_backreference_to_package():

# Save to json

@pytest.mark.skipif(sys.version_info < (3, 6, 0), reason='Not supported in Python@3.5')
def test_save_as_json(json_tmpfile):
package = Package({})
package.save(json_tmpfile.name)
Expand Down

0 comments on commit c7d2a44

Please sign in to comment.