We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0059f43 commit e9de612Copy full SHA for e9de612
README.md
@@ -87,7 +87,7 @@ Then run:
87
tox
88
89
90
-For more fine-grained control, you can use `nose`.
+For more fine-grained control, you can use `unittest`.
91
92
### Contributions
93
doc/source/changes.rst
@@ -6,6 +6,7 @@ Unreleased
6
==========
7
8
* Restricted GitDB (gitdb2) version requirement to < 4
9
+* Removed old nose library from test requirements
10
11
3.0.8
12
=====
doc/source/intro.rst
@@ -18,11 +18,9 @@ Requirements
18
It should also work with older versions, but it may be that some operations
19
involving remotes will not work as expected.
20
* `GitDB`_ - a pure python git database implementation
21
-* `Python Nose`_ - used for running the tests
22
23
.. _Python: https://www.python.org
24
.. _Git: https://git-scm.com/
25
-.. _Python Nose: https://nose.readthedocs.io/en/latest/
26
.. _GitDB: https://pypi.python.org/pypi/gitdb
27
28
Installing GitPython
@@ -102,9 +100,9 @@ Initialize all submodules to obtain the required dependencies with::
102
100
$ cd git-python
103
101
$ git submodule update --init --recursive
104
105
-Finally verify the installation by running the `nose powered <https://github.com/nose-devs/nose>`_ unit tests::
+Finally verify the installation by running unit tests::
106
107
- $ nosetests
+ $ python -m unittest
108
109
Questions and Answers
110
=====================
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments