diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-07-23 20:18:15 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-23 20:18:15 +0530 |
commit | 060ac76257a8c1f7370a8a571821c1d73377701f (patch) | |
tree | 00151756376ba250a7de158f3218ae58b89c560b /README.md | |
parent | 063c409dfb6b0d525cbbd6ba1fbb53db2c0c99db (diff) |
[test] Use `pytest` instead of `nosetests` (#482)
`nosetests` is no longer being maintained : https://github.com/nose-devs/nose/issues/1099
and will stop working in py 3.10 as can be seen in #480
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -215,7 +215,7 @@ You can also build the executable without any version info or metadata by using: Note that pyinstaller [does not support](https://github.com/pyinstaller/pyinstaller#requirements-and-tested-platforms) Python installed from the Windows store without using a virtual environment **For Unix**: -You will need the required build tools: `python`, `make` (GNU), `pandoc`, `zip`, `nosetests` +You will need the required build tools: `python`, `make` (GNU), `pandoc`, `zip`, `pytest` Then simply run `make`. You can also run `make yt-dlp` instead to compile only the binary without updating any of the additional files **Note**: In either platform, `devscripts\update-version.py` can be used to automatically update the version number |