Skip to content

Commit

Permalink
Use Python 3 in generators.core example
Browse files Browse the repository at this point in the history
Otherwise running the testsuite has a dependency on (at least) the
yaml library for Python 2.
  • Loading branch information
rswarbrick authored and imphil committed Apr 1, 2020
1 parent 9b7943b commit 60ac1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/capi2_cores/misc/generators.core
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: ::generators:0

generators:
generator1:
interpreter: python
interpreter: python3
command: testgen.py

0 comments on commit 60ac1df

Please sign in to comment.