]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Fix test requirements file name (#2245)
authorFelix Hildén <felix.hilden@gmail.com>
Mon, 17 May 2021 18:47:34 +0000 (21:47 +0300)
committerGitHub <noreply@github.com>
Mon, 17 May 2021 18:47:34 +0000 (11:47 -0700)
docs/contributing/the_basics.md

index d36b17eff317048cce6c1869d0c5710ee0bd2ba6..d61f3ec45b6edd3a2fc0d62ea21284158596fa7c 100644 (file)
@@ -22,7 +22,7 @@ from the cloned _Black_ repo. It will do the correct thing.
 Non pipenv install works too:
 
 ```console
-$ pip install -r test_requirements
+$ pip install -r test_requirements.txt
 $ pip install -e .[d]
 ```