Skip to content

Commit 134d8f7

Browse files
authored
Merge pull request #8595 from nschloe/url-fixes
"fix" a couple of http -> https redirects
2 parents 1e2c2d9 + 9ef608e commit 134d8f7

22 files changed

+57
-57
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ the following:
160160

161161
- an issue tracker for bug reports and enhancement requests.
162162

163-
- a `changelog <http://keepachangelog.com/>`_.
163+
- a `changelog <https://keepachangelog.com/>`_.
164164

165165
If no contributor strongly objects and two agree, the repository can then be
166166
transferred to the ``pytest-dev`` organisation.
@@ -259,7 +259,7 @@ Here is a simple overview, with pytest-specific bits:
259259

260260
Tox is used to run all the tests and will automatically setup virtualenvs
261261
to run the tests in.
262-
(will implicitly use http://www.virtualenv.org/en/latest/)::
262+
(will implicitly use https://virtualenv.pypa.io/en/latest/)::
263263

264264
$ pip install tox
265265

doc/en/announce/release-2.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you want to install or upgrade pytest, just type one of::
2424
easy_install -U pytest
2525

2626
best,
27-
holger krekel / http://merlinux.eu
27+
holger krekel / https://merlinux.eu/
2828

2929
Changes between 2.0.3 and 2.1.0
3030
----------------------------------------------

doc/en/announce/release-2.1.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you want to install or upgrade pytest, just type one of::
2020
easy_install -U pytest
2121

2222
best,
23-
holger krekel / http://merlinux.eu
23+
holger krekel / https://merlinux.eu/
2424

2525
Changes between 2.1.0 and 2.1.1
2626
----------------------------------------------

doc/en/announce/release-2.1.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you want to install or upgrade pytest, just type one of::
1919
easy_install -U pytest
2020

2121
best,
22-
holger krekel / http://merlinux.eu
22+
holger krekel / https://merlinux.eu/
2323

2424
Changes between 2.1.1 and 2.1.2
2525
----------------------------------------

doc/en/builtin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ For information about fixtures, see :ref:`fixtures`. To see a complete list of a
144144
recwarn
145145
Return a :class:`WarningsRecorder` instance that records all warnings emitted by test functions.
146146
147-
See http://docs.python.org/library/warnings.html for information
147+
See https://docs.python.org/library/warnings.html for information
148148
on warning categories.
149149
150150
tmpdir_factory [session scope]

doc/en/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3108,12 +3108,12 @@ Features
31083108
will not issue the warning.
31093109

31103110

3111-
- `#3632 <https://github.com/pytest-dev/pytest/issues/3632>`_: Richer equality comparison introspection on ``AssertionError`` for objects created using `attrs <http://www.attrs.org/en/stable/>`__ or `dataclasses <https://docs.python.org/3/library/dataclasses.html>`_ (Python 3.7+, `backported to 3.6 <https://pypi.org/project/dataclasses>`__).
3111+
- `#3632 <https://github.com/pytest-dev/pytest/issues/3632>`_: Richer equality comparison introspection on ``AssertionError`` for objects created using `attrs <https://www.attrs.org/en/stable/>`__ or `dataclasses <https://docs.python.org/3/library/dataclasses.html>`_ (Python 3.7+, `backported to 3.6 <https://pypi.org/project/dataclasses>`__).
31123112

31133113

31143114
- `#4278 <https://github.com/pytest-dev/pytest/issues/4278>`_: ``CACHEDIR.TAG`` files are now created inside cache directories.
31153115

3116-
Those files are part of the `Cache Directory Tagging Standard <http://www.bford.info/cachedir/spec.html>`__, and can
3116+
Those files are part of the `Cache Directory Tagging Standard <https://bford.info/cachedir/spec.html>`__, and can
31173117
be used by backup or synchronization programs to identify pytest's cache directory as such.
31183118

31193119

@@ -8466,7 +8466,7 @@ Bug fixes:
84668466

84678467
- fixes for making the jython/win32 combination work, note however:
84688468
jython2.5.1/win32 does not provide a command line launcher, see
8469-
http://bugs.jython.org/issue1491 . See pylib install documentation
8469+
https://bugs.jython.org/issue1491 . See pylib install documentation
84708470
for how to work around.
84718471

84728472
- fixes for handling of unicode exception values and unprintable objects

doc/en/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
"contents",
253253
"pytest.tex",
254254
"pytest Documentation",
255-
"holger krekel, trainer and consultant, http://merlinux.eu",
255+
"holger krekel, trainer and consultant, https://merlinux.eu/",
256256
"manual",
257257
)
258258
]

doc/en/contact.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ Contact channels
3030
consulting.
3131

3232
.. _`pytest issue tracker`: https://github.com/pytest-dev/pytest/issues
33-
.. _`old issue tracker`: http://bitbucket.org/hpk42/py-trunk/issues/
33+
.. _`old issue tracker`: https://bitbucket.org/hpk42/py-trunk/issues/
3434

35-
.. _`merlinux.eu`: http://merlinux.eu
35+
.. _`merlinux.eu`: https://merlinux.eu/
3636

3737
.. _`get an account`:
3838

39-
.. _tetamap: http://tetamap.wordpress.com
39+
.. _tetamap: https://tetamap.wordpress.com/
4040

41-
.. _`@pylibcommit`: http://twitter.com/pylibcommit
41+
.. _`@pylibcommit`: https://twitter.com/pylibcommit
4242

4343

4444
.. _`Testing in Python`: http://lists.idyll.org/listinfo/testing-in-python
45-
.. _FOAF: http://en.wikipedia.org/wiki/FOAF
45+
.. _FOAF: https://en.wikipedia.org/wiki/FOAF
4646
.. _`py-dev`:
4747
.. _`development mailing list`:
4848
.. _`pytest-dev at python.org (mailing list)`: http://mail.python.org/mailman/listinfo/pytest-dev

doc/en/explanation/flaky.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Resources
113113

114114
* `Eradicating Non-Determinism in Tests <https://martinfowler.com/articles/nonDeterminism.html>`_ by Martin Fowler, 2011
115115
* `No more flaky tests on the Go team <https://www.thoughtworks.com/insights/blog/no-more-flaky-tests-go-team>`_ by Pavan Sudarshan, 2012
116-
* `The Build That Cried Broken: Building Trust in your Continuous Integration Tests <https://www.youtube.com/embed/VotJqV4n8ig>`_ talk (video) by `Angie Jones <http://angiejones.tech/>`_ at SeleniumConf Austin 2017
116+
* `The Build That Cried Broken: Building Trust in your Continuous Integration Tests <https://www.youtube.com/embed/VotJqV4n8ig>`_ talk (video) by `Angie Jones <https://angiejones.tech/>`_ at SeleniumConf Austin 2017
117117
* `Test and Code Podcast: Flaky Tests and How to Deal with Them <https://testandcode.com/50>`_ by Brian Okken and Anthony Shaw, 2018
118118
* Microsoft:
119119

doc/en/explanation/goodpractices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Note that this layout also works in conjunction with the ``src`` layout mentione
231231

232232

233233
.. _`virtualenv`: https://pypi.org/project/virtualenv/
234-
.. _`buildout`: http://www.buildout.org/
234+
.. _`buildout`: http://www.buildout.org/en/latest/
235235
.. _pip: https://pypi.org/project/pip/
236236

237237
.. _`use tox`:

0 commit comments

Comments
 (0)