Commit Graph

204 Commits (739ae4c01276fd742806d64c1a5aacac2bc35ac7)
 

Author SHA1 Message Date
scito 739ae4c012 fix pytest.skipif 2 years ago
scito 1af6fe3161 fix camera type and enhance readme with pyzbar problem 2 years ago
scito e311386a15 skip verbose tests for windows as there are encoding problems 2 years ago
scito 496564a605 avoid AttributeError in tests
StringIO in tests do not have all attributes, ignore it
2 years ago
scito 6406fcaef7 set encoding to utf-8 for stdout, needed for Windows 2 years ago
scito 7bb92f00b2 avoid mypy problems for duplicate Final
src/extract_otp_secrets.py:63: error: Incompatible import of "Final"
(imported name has type "typing_extensions._SpecialForm", local name has type "typing._SpecialForm")
[assignment]
2 years ago
scito 965f721caf ci_docker: run smoke tests before building 2 years ago
scito 61cca0c476 import Final from __future__ for Python 3.7 2 years ago
scito ebd4d61f5f try workaround for Python 3.7: must use () for assignments 2 years ago
scito e058010be3 fix docker invalid tags from comments 2 years ago
scito 463a9851be try workaround for Python 3.7: avoid Final in tuple assignments 2 years ago
scito dcbb128e7c try workaround for Python 3.7: do not use Types in Final 2 years ago
scito 1b572fc9ab fix pipenv problem 2 years ago
scito c3e9883216 try workaround for Python 3.7 NORMAL_COLOR = 255, 0, 255 problem 2 years ago
scito 3f9f7d2b8a better formatting of help 2 years ago
scito 0212e54f42 ci: runs on windows, exclude linting for Python 3.7 2 years ago
scito 3558eba93b use detect_and_decode since qrreader is fixed 2 years ago
scito 5225af0621 update README with --qr option 2 years ago
scito 1f04dd71e2 allow to choose qr reader for images 2 years ago
scito 2dea161cdc add argument for initial setting of qr_mode 2 years ago
scito f731530f57 improve handling of wrong urls
- adapt tests
- improve messages for files
- show red box camera
2 years ago
scito 4c0bb8dc61 vscode debug: fix path to script: add missing src/ 2 years ago
scito ad9c4a22db ci_docker: upload to only one repo 2 years ago
scito 2cdf2480a0 make bulding docker optional in script 2 years ago
scito 5aa1a35b8f add licence label to docker images 2 years ago
scito 3f3903cc81 add version to PYTHON todos 2 years ago
scito 97e4f084cb mv docker extract_otp_secrets_no_qr_reader -> extract_otp_secrets_only_txt 2 years ago
scito 549c128fb7 renaming extract_otp_secret_keys -> extract_otp_secrets and test file names 2 years ago
scito 10ff533a42 downgrade opencv for macos in requirements.txt and Pipfile 2 years ago
scito 7eb6f036ab ci: tryout downgrade opencv for macos 2 years ago
scito 652ecf57f0 ci: workaround macOS pytest segfauls -> exclude macOS (2) 2 years ago
scito 9592e6ebfe ci: workaround macOS pytest segfauls -> exclude macOS 2 years ago
scito d6c285e59d ci: segfault: try python -m pytest 2 years ago
scito 5eed47364e ci: revert try out changes 2 years ago
scito 26e4632f90 ci: another try, install module 2 years ago
scito c84ca46861 ci: try to avoid random test failures 2 years ago
scito 63f5ab37c4 docu pyproject.toml 2 years ago
scito f97d7143c5 ci: fix mypy and pytest-cov after clean 2 years ago
scito 0566683203 reenable pytest --import-mode=importlib 2 years ago
scito ee404576d5 set package_dir=src and clean option 2 years ago
scito 60d7362eee add protobuf_generated_python to py-modules 2 years ago
scito 1beba7587f enable setuptools-git-versioning 2 years ago
scito 144c9e6320 fixes after change to src-layout 2 years ago
scito 3e4476e317 change to src-layout 2 years ago
scito 7f5d4b37ee initial pyproject.toml 2 years ago
scito 82e43172c3 update setup.py 2 years ago
scito 149a548610 upgrade opencv 4.7.0 & run program at the end 2 years ago
scito d8de89de36 improve README, add docker ci badge 2 years ago
scito 3c164fea28 coverage from yellowgreen to brightgreen 2 years ago
scito 23d8cfa151 ci: Pytest coverage comment only for 3.x and ubuntu-latest 2 years ago