Skip to content

Commit

Permalink
Exclude pmsocat to install avocado-vt in python 2.7 env
Browse files Browse the repository at this point in the history
It reports a SyntaxError when installing avocado-vt in python 2.7
env. And it's a script that can only be used in python 3 env, so
exlude it in MANIFEST.in.

Signed-off-by: Yingshun Cui <[email protected]>
  • Loading branch information
Yingshun committed Feb 25, 2021
1 parent 04a14e7 commit bc16f26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ recursive-include avocado_vt/conf.d *
recursive-include virttest/test-providers.d *
recursive-include virttest/backends *
recursive-include virttest/shared *
recursive-exclude virttest/shared/scripts/pmsocat *

0 comments on commit bc16f26

Please sign in to comment.