Problème d'update

Bonjour à tous et à toutes !
Je rencontre un problème lors de la mise à jour :

root@pc-208:/home/so6# apt update
Ign:1 http://ftp.fr.debian.org/debian stretch InRelease
Atteint:2 http://www.deb-multimedia.org stretch InRelease                                      
Atteint:3 http://security.debian.org/debian-security stretch/updates InRelease                                 
Atteint:4 http://ftp.fr.debian.org/debian stretch Release                                                      
Atteint:5 https://repo.skype.com/deb stable InRelease          
Ign:7 https://pkg.tox.chat/debian stable InRelease
Err:8 https://pkg.tox.chat/debian stable Release
  404  Not Found
Lecture des listes de paquets... Fait
E: The repository 'https://pkg.tox.chat/debian stable Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Et je ne trouve pas comment le résoudre…

Commente (voir vire le) le dépôt pour tox il ne semble plus disponible.

il n’y a pas de debian sur ce site

https://pkg.tox.chat/
Index of /
…/
fdroid/ 12-Jan-2016 09:00 -
README.txt 16-Mar-2018 02:03 202
pkg.gpg.key 31-Oct-2016 22:21 3083

il n’y a pas besoin de dépots supplémentaire c’est fourni dans Debian

 apt policy tox
tox:
  Installé : (aucun)
  Candidat : 2.5.0-1
 Table de version :
     2.5.0-1 500
        500 http://deb.debian.org/debian buster/main amd64 Packages
        500 http://deb.debian.org/debian buster/main i386 Packages
        500 http://deb.debian.org/debian stretch/main amd64 Packages
        500 http://deb.debian.org/debian stretch/main i386 Packages

Merci pour vos réponses.
Mon sources.list :

deb http://ftp.fr.debian.org/debian/ stretch main contrib non-free 
# deb-src http://ftp.fr.debian.org/debian/ stretch main contrib non-free 

deb http://security.debian.org/debian-security/ stretch/updates main contrib non-free 
# deb-src http://security.debian.org/debian-security/ stretch/updates contrib main non-free 

#deb-multimedia
deb http://www.deb-multimedia.org stretch main non-free

Et ensuite, concernant tox :

root@pc-208:/etc/apt# apt show tox
Package: tox
Version: 2.5.0-1
Priority: optional
Section: python
Maintainer: Barry Warsaw <barry@debian.org>
Installed-Size: 1 319 kB
Depends: python3, python3-pkg-resources, python3-pluggy, python3-py, python3-setuptools, python3-virtualenv, virtualenv, python3:any (>= 3.3.2-2~), libjs-sphinxdoc (>= 1.0)
Breaks: python-tox (<< 2.1.1-2~)
Replaces: python-tox (<< 2.1.1-2~)
Homepage: http://tox.testrun.org
Download-Size: 180 kB
APT-Manual-Installed: yes
APT-Sources: http://ftp.fr.debian.org/debian stretch/main amd64 Packages
Description: virtualenv-based automation of test activities
 Tox as is a generic virtualenv management and test command line tool
 you can use for:
 .
  * checking your package installs correctly with different Python
    versions and interpreters
  * running your tests in each of the environments, configuring your
    test tool of choice
  * acting as a frontend to Continuous Integration servers, greatly
    reducing boilerplate and merging CI and shell-based testing.

Ceci car après avoir installé manuellement tox à partir de leur site il y a plusieurs mois, je l’ai réinstallé via debian, pensant que ça résoudrait peut-être le problème.

Bref, je ne sais pas quoi désinstaller, ni comment…

Edit : En passant par synaptic, j’ai pu supprimer le dépôt tox, ce qui résoud mon problème, je pense. Si quelqu’un peut m’expliquer pourquoi il n’apparaît pas dans mon sources.list ?

Voir le dossier sources.list.d/

Ok, vu !
Merci à Clochette, grandtoubab et jcsm33 pour votre aide !