Commit a9352160 authored by Doron Behar's avatar Doron Behar
Browse files

python3Packages.pytest-lsp: 0.4.3 -> 1.0.0

parent 5bf390d8
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -3,20 +3,21 @@
  fetchPypi,
  buildPythonPackage,
  hatchling,
  pygls,
  pygls_2,
  pytestCheckHook,
  pytest-asyncio,
  packaging,
}:

buildPythonPackage rec {
  pname = "pytest-lsp";
  version = "0.4.3";
  version = "1.0.0";
  pyproject = true;

  src = fetchPypi {
    inherit version;
    pname = "pytest_lsp";
    hash = "sha256-ND9r2i+qMg7V/Ld8lCDScDzlZdHRRP6CfjGYp9wpkRw=";
    hash = "sha256-uoyVstl1o2Akn/pXaOHm9E2H0Q73dUBw07MhECckovE=";
  };

  build-system = [
@@ -24,8 +25,9 @@ buildPythonPackage rec {
  ];

  dependencies = [
    pygls
    pygls_2
    pytest-asyncio
    packaging
  ];

  nativeCheckInputs = [