diff options
author | pukkandan <pukkandan@gmail.com> | 2021-01-29 23:15:27 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-01-29 23:16:00 +0530 |
commit | e38df8f9fa4d715513453928591346f680dbe298 (patch) | |
tree | 80e8eff25fbb5920b11792d7b3e1dd9199dd857a /test/test_unicode_literals.py | |
parent | caa15a7b57e7bec31c5dd2e1a5249110b282aab1 (diff) | |
download | hypervideo-pre-e38df8f9fa4d715513453928591346f680dbe298.tar.lz hypervideo-pre-e38df8f9fa4d715513453928591346f680dbe298.tar.xz hypervideo-pre-e38df8f9fa4d715513453928591346f680dbe298.zip |
Refactor `update-version`, `pyinst.py` and related files
* Refactor update-version
* Moved pyinst, update-version and icon into devscripts
* pyinst doesn't bump version anymore
* Merge pyinst and pyinst32. Usage: `pyinst.py [32|64]`
* Add mutagen as requirement
* Remove make_win and related files
Diffstat (limited to 'test/test_unicode_literals.py')
-rw-r--r-- | test/test_unicode_literals.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_unicode_literals.py b/test/test_unicode_literals.py index e6627a3e5..6c1b7ec91 100644 --- a/test/test_unicode_literals.py +++ b/test/test_unicode_literals.py @@ -15,8 +15,6 @@ IGNORED_FILES = [ 'setup.py', # http://bugs.python.org/issue13943 'conf.py', 'buildserver.py', - 'pyinst.py', - 'pyinst32.py', ] IGNORED_DIRS = [ |