python312Packages.codecov: drop (#350862)
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
setuptools,
|
||||
wheel,
|
||||
black,
|
||||
codecov,
|
||||
coverage,
|
||||
librosa,
|
||||
numpy,
|
||||
@@ -34,7 +33,6 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
black
|
||||
codecov
|
||||
coverage
|
||||
librosa
|
||||
numpy
|
||||
|
||||
@@ -1,53 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
coverage,
|
||||
ddt,
|
||||
fetchFromGitHub,
|
||||
mock,
|
||||
pytestCheckHook,
|
||||
requests,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "codecov";
|
||||
version = "2.1.13";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "codecov";
|
||||
repo = "codecov-python";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-cZEpAw8uv/XGiGzdBZ9MnabNaTP0did2GT+BkKMJM/E=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
requests
|
||||
coverage
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
ddt
|
||||
mock
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pytestFlagsArray = [ "tests/test.py" ];
|
||||
|
||||
disabledTests = [
|
||||
# No git repo available and network
|
||||
"test_bowerrc_none"
|
||||
"test_prefix"
|
||||
"test_send"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "codecov" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python report uploader for Codecov";
|
||||
mainProgram = "codecov";
|
||||
homepage = "https://codecov.io/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
@@ -29,7 +29,6 @@
|
||||
simplejson,
|
||||
traits,
|
||||
xvfbwrapper,
|
||||
codecov,
|
||||
# other dependencies
|
||||
which,
|
||||
bash,
|
||||
@@ -56,7 +55,6 @@ buildPythonPackage rec {
|
||||
--replace "/usr/bin/env bash" "${bash}/bin/bash"
|
||||
'';
|
||||
|
||||
|
||||
pythonRelaxDeps = [ "traits" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@@ -83,7 +81,6 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
pybids
|
||||
codecov
|
||||
glibcLocales
|
||||
mock
|
||||
pytest
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
aiohttp,
|
||||
boto3,
|
||||
buildPythonPackage,
|
||||
codecov,
|
||||
fetchFromGitHub,
|
||||
flake8,
|
||||
flask-sockets,
|
||||
@@ -50,7 +49,6 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
codecov
|
||||
flake8
|
||||
flask-sockets
|
||||
moto
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
fetchFromGitHub,
|
||||
pytestCheckHook,
|
||||
aiohttp,
|
||||
codecov,
|
||||
flake8,
|
||||
pytest,
|
||||
pytest-asyncio,
|
||||
@@ -25,7 +24,6 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [
|
||||
aiohttp
|
||||
codecov
|
||||
flake8
|
||||
pytest
|
||||
pytest-asyncio
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
certifi,
|
||||
cffi,
|
||||
chardet,
|
||||
codecov,
|
||||
colorama,
|
||||
coverage,
|
||||
docutils,
|
||||
@@ -82,7 +81,6 @@ buildPythonPackage rec {
|
||||
certifi
|
||||
cffi
|
||||
chardet
|
||||
codecov
|
||||
colorama
|
||||
coverage
|
||||
docutils
|
||||
|
||||
@@ -54,7 +54,6 @@ bepastyPython.pkgs.buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = with bepastyPython.pkgs; [
|
||||
build
|
||||
codecov
|
||||
flake8
|
||||
pytestCheckHook
|
||||
pytest-cov
|
||||
|
||||
@@ -114,6 +114,7 @@ mapAliases ({
|
||||
clvm-tools = throw "clvm-tools has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
|
||||
clvm-tools-rs = throw "clvm-tools-rs has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
|
||||
cntk = throw "cntk has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-10-09
|
||||
codecov = throw "python-codecov has been removed, as it was broken and archived by upstream."; # Added 2024-10-24
|
||||
codespell = throw "codespell has been promoted to a top-level attribute name: `pkgs.codespell`"; # Added 2022-10-02
|
||||
ColanderAlchemy = colanderalchemy; # added 2023-02-19
|
||||
command_runner = command-runner; # added 2024-03-06
|
||||
|
||||
@@ -2434,8 +2434,6 @@ self: super: with self; {
|
||||
|
||||
cocotb-bus = callPackage ../development/python-modules/cocotb-bus { };
|
||||
|
||||
codecov = callPackage ../development/python-modules/codecov { };
|
||||
|
||||
codepy = callPackage ../development/python-modules/codepy { };
|
||||
|
||||
cogapp = callPackage ../development/python-modules/cogapp { };
|
||||
|
||||
Reference in New Issue
Block a user