Skip to content

Commit

Permalink
Mention testspf.py works with pyyaml 5.1.2 in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Kitterman committed Nov 8, 2019
1 parent 28e0207 commit 40001d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testspf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import yaml
except:
print("yaml can be found at http://pyyaml.org/")
print("Tested with PYYAML 3.04")
print("Tested with PYYAML 3.04 up to 5.1.2")
raise

zonedata = {}
Expand Down

0 comments on commit 40001d6

Please sign in to comment.