Coder Social home page Coder Social logo

pytest-timeout-feedstock's Introduction

About pytest-timeout-feedstock

Feedstock license: BSD-3-Clause

Home: https://github.com/pytest-dev/pytest-timeout

Package license: MIT

Summary: This is a plugin which will terminate tests after a certain timeout.

Development: https://github.com/pytest-dev/pytest-timeout

pytest-timeout is a plugin which will terminate tests after a certain timeout. When doing so it will show a stack dump of all threads running at the time.

Current build status

All platforms:

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing pytest-timeout

Installing pytest-timeout from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, pytest-timeout can be installed with conda:

conda install pytest-timeout

or with mamba:

mamba install pytest-timeout

It is possible to list all of the versions of pytest-timeout available on your platform with conda:

conda search pytest-timeout --channel conda-forge

or with mamba:

mamba search pytest-timeout --channel conda-forge

Alternatively, mamba repoquery may provide more information:

# Search all versions available on your platform:
mamba repoquery search pytest-timeout --channel conda-forge

# List packages depending on `pytest-timeout`:
mamba repoquery whoneeds pytest-timeout --channel conda-forge

# List dependencies of `pytest-timeout`:
mamba repoquery depends pytest-timeout --channel conda-forge

About conda-forge

Powered by NumFOCUS

conda-forge is a community-led conda channel of installable packages. In order to provide high-quality builds, the process has been automated into the conda-forge GitHub organization. The conda-forge organization contains one repository for each of the installable packages. Such a repository is known as a feedstock.

A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by Azure, GitHub, CircleCI, AppVeyor, Drone, and TravisCI it is possible to build and upload installable packages to the conda-forge anaconda.org channel for Linux, Windows and OSX respectively.

To manage the continuous integration and simplify feedstock maintenance conda-smithy has been developed. Using the conda-forge.yml within this repository, it is possible to re-render all of this feedstock's supporting files (e.g. the CI configuration files) with conda smithy rerender.

For more information please check the conda-forge documentation.

Terminology

feedstock - the conda recipe (raw material), supporting scripts and CI configuration.

conda-smithy - the tool which helps orchestrate the feedstock. Its primary use is in the construction of the CI .yml files and simplify the management of many feedstocks.

conda-forge - the place where the feedstock and smithy live and work to produce the finished article (built conda distributions)

Updating pytest-timeout-feedstock

If you would like to improve the pytest-timeout recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the conda-forge channel, whereupon the built conda packages will be available for everybody to install and use from the conda-forge channel. Note that all branches in the conda-forge/pytest-timeout-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks and branches in the main repository should only be used to build distinct package versions.

In order to produce a uniquely identifiable distribution:

  • If the version of a package is not being increased, please add or increase the build/number.
  • If the version of a package is being increased, please remember to return the build/number back to 0.

Feedstock Maintainers

pytest-timeout-feedstock's People

Contributors

conda-forge-admin avatar conda-forge-curator[bot] avatar dalthviz avatar flub avatar github-actions[bot] avatar nehaljwani avatar nicoddemus avatar regro-cf-autotick-bot avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

pytest-timeout-feedstock's Issues

Missing constraint update for pytest (from `>=5.0.0` to `>=7.0.0`)

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

Hi there, with the latest release (2.3.1) pytest-timeout has now >=7.0.0 as constraint over the pytest version. The recipe still has the out dated constraint set as >=5.0.0. This mismatch can cause errors like the following when using a now unsupported pytest version (like pytest 6.2.5):

  File "C:\Users\runneradmin\micromamba\envs\test\lib\site-packages\pytest_timeout.py", line 22, in <module>
    SESSION_TIMEOUT_KEY = pytest.StashKey[float]()
AttributeError: module 'pytest' has no attribute 'StashKey'

Installed packages

Name                           Version             Build                  Channel    
-----------------------------------------------------------------------------------------
  alabaster                      0.7.16              pyhd8ed1ab_0           conda-forge
  arrow                          1.3.0               pyhd8ed1ab_0           conda-forge
  astroid                        3.1.0               py39hcbf5309_0         conda-forge
  asttokens                      2.4.1               pyhd8ed1ab_0           conda-forge
  atomicwrites                   1.4.1               pyhd8ed1ab_0           conda-forge
  attrs                          23.2.0              pyh71513ae_0           conda-forge
  autopep8                       2.0.4               pyhd8ed1ab_0           conda-forge
  babel                          2.14.0              pyhd8ed1ab_0           conda-forge
  bcrypt                         4.1.2               py39hf21820d_0         conda-forge
  beautifulsoup4                 4.12.3              pyha770c72_0           conda-forge
  binaryornot                    0.4.4               py_1                   conda-forge
  black                          24.3.0              py39hcbf5309_0         conda-forge
  bleach                         6.1.0               pyhd8ed1ab_0           conda-forge
  brotli                         1.1.0               hcfcfb64_1             conda-forge
  brotli-bin                     1.1.0               hcfcfb64_1             conda-forge
  brotli-python                  1.1.0               py39h99910a6_1         conda-forge
  bzip2                          1.0.8               hcfcfb64_5             conda-forge
  ca-certificates                2024.2.2            h56e8100_0             conda-forge
  certifi                        2024.2.2            pyhd8ed1ab_0           conda-forge
  cffi                           1.16.0              py39ha55989b_0         conda-forge
  chardet                        5.2.0               py39hcbf5309_1         conda-forge
  charset-normalizer             3.3.2               pyhd8ed1ab_0           conda-forge
  check-manifest                 0.49                pyhd8ed1ab_0           conda-forge
  click                          8.1.7               win_pyh7428d3b_0       conda-forge
  cloudpickle                    3.0.0               pyhd8ed1ab_0           conda-forge
  colorama                       0.4.6               pyhd8ed1ab_0           conda-forge
  comm                           0.2.2               pyhd8ed1ab_0           conda-forge
  contourpy                      1.2.0               py39h1f6ef14_0         conda-forge
  cookiecutter                   2.6.0               pyhca7485f_0           conda-forge
  coverage                       7.4.4               py39ha55989b_0         conda-forge
  cryptography                   42.0.5              py39hb6bd5e6_0         conda-forge
  cycler                         0.12.1              pyhd8ed1ab_0           conda-forge
  cython                         3.0.10              py39h99910a6_0         conda-forge
  debugpy                        1.8.1               py39h99910a6_0         conda-forge
  decorator                      5.1.1               pyhd8ed1ab_0           conda-forge
  defusedxml                     0.7.1               pyhd8ed1ab_0           conda-forge
  diff-match-patch               20230430            pyhd8ed1ab_0           conda-forge
  dill                           0.3.8               pyhd8ed1ab_0           conda-forge
  docstring-to-markdown          0.15                pyhd8ed1ab_0           conda-forge
  docutils                       0.20.1              py39hcbf5309_3         conda-forge
  entrypoints                    0.4                 pyhd8ed1ab_0           conda-forge
  exceptiongroup                 1.2.0               pyhd8ed1ab_2           conda-forge
  executing                      2.0.1               pyhd8ed1ab_0           conda-forge
  flake8                         7.0.0               pyhd8ed1ab_0           conda-forge
  flaky                          3.8.1               pyhd8ed1ab_0           conda-forge
  fonttools                      4.50.0              py39ha55989b_0         conda-forge
  freetype                       2.12.1              hdaf720e_2             conda-forge
  gettext                        0.21.1              h5728263_0             conda-forge
  glib                           2.80.0              h39d0aa6_1             conda-forge
  glib-tools                     2.80.0              h0a98069_1             conda-forge
  gst-plugins-base               1.22.9              h001b923_1             conda-forge
  gstreamer                      1.22.9              hb4038d2_1             conda-forge
  icu                            73.2                h63175ca_0             conda-forge
  idna                           3.6                 pyhd8ed1ab_0           conda-forge
  imagesize                      1.4.1               pyhd8ed1ab_0           conda-forge
  importlib-metadata             7.1.0               pyha770c72_0           conda-forge
  importlib-resources            6.4.0               pyhd8ed1ab_0           conda-forge
  importlib_metadata             7.1.0               hd8ed1ab_0             conda-forge
  importlib_resources            6.4.0               pyhd8ed1ab_0           conda-forge
  inflection                     0.5.1               pyh9f0ad1d_0           conda-forge
  iniconfig                      2.0.0               pyhd8ed1ab_0           conda-forge
  intel-openmp                   2024.1.0            h57928b3_964           conda-forge
  intervaltree                   3.1.0               pyhd8ed1ab_1           conda-forge
  ipykernel                      6.29.3              pyha63f2e9_0           conda-forge
  ipython                        8.18.1              pyh7428d3b_3           conda-forge
  isort                          5.13.2              pyhd8ed1ab_0           conda-forge
  jaraco.classes                 3.4.0               pyhd8ed1ab_0           conda-forge
  jaraco.context                 4.3.0               pyhd8ed1ab_0           conda-forge
  jaraco.functools               4.0.0               pyhd8ed1ab_0           conda-forge
  jedi                           0.19.1              pyhd8ed1ab_0           conda-forge
  jellyfish                      1.0.3               py39hf21820d_0         conda-forge
  jinja2                         3.1.3               pyhd8ed1ab_0           conda-forge
  jsonschema                     4.21.1              pyhd8ed1ab_0           conda-forge
  jsonschema-specifications      2023.12.1           pyhd8ed1ab_0           conda-forge
  jupyter_client                 8.6.1               pyhd8ed1ab_0           conda-forge
  jupyter_core                   5.7.2               py39hcbf5309_0         conda-forge
  jupyterlab_pygments            0.3.0               pyhd8ed1ab_1           conda-forge
  keyring                        25.1.0              pyh7428d3b_0           conda-forge
  kiwisolver                     1.4.5               py39h1f6ef14_1         conda-forge
  krb5                           1.21.2              heb0366b_0             conda-forge
  lcms2                          2.16                h67d730c_0             conda-forge
  lerc                           4.0.0               h63175ca_0             conda-forge
  libblas                        3.9.0               21_win64_mkl           conda-forge
  libbrotlicommon                1.1.0               hcfcfb64_1             conda-forge
  libbrotlidec                   1.1.0               hcfcfb64_1             conda-forge
  libbrotlienc                   1.1.0               hcfcfb64_1             conda-forge
  libcblas                       3.9.0               21_win64_mkl           conda-forge
  libclang13                     18.1.2              default_hf64faad_1     conda-forge
  libdeflate                     1.20                hcfcfb64_0             conda-forge
  libffi                         3.4.2               h8ffe710_5             conda-forge
  libglib                        2.80.0              h39d0aa6_1             conda-forge
  libhwloc                       2.9.3               default_haede6df_1009  conda-forge
  libiconv                       1.17                hcfcfb64_2             conda-forge
  libjpeg-turbo                  3.0.0               hcfcfb64_1             conda-forge
  liblapack                      3.9.0               21_win64_mkl           conda-forge
  libogg                         1.3.4               h8ffe710_1             conda-forge
  libpng                         1.6.43              h19919ed_0             conda-forge
  libsodium                      1.0.18              h8d14728_1             conda-forge
  libspatialindex                1.9.3               h39d44d4_4             conda-forge
  libsqlite                      3.45.2              hcfcfb64_0             conda-forge
  libtiff                        4.6.0               hddb2be6_3             conda-forge
  libvorbis                      1.3.7               h0e60522_0             conda-forge
  libwebp                        1.3.2               hcfcfb64_1             conda-forge
  libwebp-base                   1.3.2               hcfcfb64_0             conda-forge
  libxcb                         1.15                hcd874cb_0             conda-forge
  libxml2                        2.12.6              hc3477c8_1             conda-forge
  libzlib                        1.2.13              hcfcfb64_5             conda-forge
  m2w64-gcc-libgfortran          5.3.0               6                      conda-forge
  m2w64-gcc-libs                 5.3.0               7                      conda-forge
  m2w64-gcc-libs-core            5.3.0               7                      conda-forge
  m2w64-gmp                      6.1.0               2                      conda-forge
  m2w64-libwinpthread-git        5.0.0.4634.697f757  2                      conda-forge
  markdown-it-py                 3.0.0               pyhd8ed1ab_0           conda-forge
  markupsafe                     2.1.5               py39ha55989b_0         conda-forge
  matplotlib                     3.8.3               py39hcbf5309_0         conda-forge
  matplotlib-base                3.8.3               py39hf19769e_0         conda-forge
  matplotlib-inline              0.1.6               pyhd8ed1ab_0           conda-forge
  mccabe                         0.7.0               pyhd8ed1ab_0           conda-forge
  mdurl                          0.1.2               pyhd8ed1ab_0           conda-forge
  mistune                        3.0.2               pyhd8ed1ab_0           conda-forge
  mkl                            2024.0.0            h66d3029_49657         conda-forge
  more-itertools                 10.2.0              pyhd8ed1ab_0           conda-forge
  mpmath                         1.3.0               pyhd8ed1ab_0           conda-forge
  msys2-conda-epoch              20160418            1                      conda-forge
  munkres                        1.1.4               pyh9f0ad1d_0           conda-forge
  mypy_extensions                1.0.0               pyha770c72_0           conda-forge
  nbclient                       0.10.0              pyhd8ed1ab_0           conda-forge
  nbconvert                      7.16.3              hd8ed1ab_0             conda-forge
  nbconvert-core                 7.16.3              pyhd8ed1ab_0           conda-forge
  nbconvert-pandoc               7.16.3              hd8ed1ab_0             conda-forge
  nbformat                       5.10.3              pyhd8ed1ab_0           conda-forge
  nest-asyncio                   1.6.0               pyhd8ed1ab_0           conda-forge
  numpy                          1.26.4              py39hddb5d58_0         conda-forge
  numpydoc                       1.7.0               pyhd8ed1ab_0           conda-forge
  openjpeg                       2.5.2               h3d672ee_0             conda-forge
  openssl                        3.2.1               hcfcfb64_1             conda-forge
  packaging                      24.0                pyhd8ed1ab_0           conda-forge
  pandas                         2.2.1               py39h32e6231_0         conda-forge
  pandoc                         3.1.12.3            h57928b3_0             conda-forge
  pandocfilters                  1.5.0               pyhd8ed1ab_0           conda-forge
  paramiko                       3.4.0               pyhd8ed1ab_0           conda-forge
  parso                          0.8.3               pyhd8ed1ab_0           conda-forge
  pathspec                       0.12.1              pyhd8ed1ab_0           conda-forge
  pcre2                          10.43               h17e33f8_0             conda-forge
  pexpect                        4.9.0               pyhd8ed1ab_0           conda-forge
  pickleshare                    0.7.5               py_1003                conda-forge
  pillow                         10.3.0              py39h9ee4981_0         conda-forge
  pip                            24.0                pyhd8ed1ab_0           conda-forge
  pkgutil-resolve-name           1.3.10              pyhd8ed1ab_1           conda-forge
  platformdirs                   4.2.0               pyhd8ed1ab_0           conda-forge
  pluggy                         1.4.0               pyhd8ed1ab_0           conda-forge
  ply                            3.11                py_1                   conda-forge
  prompt-toolkit                 3.0.42              pyha770c72_0           conda-forge
  psutil                         5.9.8               py39ha55989b_0         conda-forge
  pthread-stubs                  0.4                 hcd874cb_1001          conda-forge
  pthreads-win32                 2.9.1               hfa6e2cd_3             conda-forge
  ptyprocess                     0.7.0               pyhd3deb0d_0           conda-forge
  pure_eval                      0.2.2               pyhd8ed1ab_0           conda-forge
  py                             1.11.0              pyh6c4a22f_0           conda-forge
  pycodestyle                    2.11.1              pyhd8ed1ab_0           conda-forge
  pycparser                      2.22                pyhd8ed1ab_0           conda-forge
  pydocstyle                     6.3.0               pyhd8ed1ab_0           conda-forge
  pyflakes                       3.2.0               pyhd8ed1ab_0           conda-forge
  pygments                       2.17.2              pyhd8ed1ab_0           conda-forge
  pylint                         3.1.0               pyhd8ed1ab_0           conda-forge
  pylint-venv                    3.0.3               pyhd8ed1ab_0           conda-forge
  pyls-spyder                    0.4.0               pyhd8ed1ab_0           conda-forge
  pynacl                         1.5.0               py39h09fa780_3         conda-forge
  pyparsing                      3.1.2               pyhd8ed1ab_0           conda-forge
  pyproject_hooks                1.0.0               pyhd8ed1ab_0           conda-forge
  pyqt                           5.15.9              py39hb77abff_5         conda-forge
  pyqt5-sip                      12.12.2             py39h99910a6_5         conda-forge
  pyqtwebengine                  5.15.9              py39h2f4a3f1_5         conda-forge
  pysocks                        1.7.1               pyh0701188_6           conda-forge
  pytest                         6.2.5               py39hcbf5309_3         conda-forge
  pytest-cov                     5.0.0               pyhd8ed1ab_0           conda-forge
  pytest-lazy-fixture            0.6.3               py_0                   conda-forge
  pytest-mock                    3.14.0              pyhd8ed1ab_0           conda-forge
  pytest-order                   1.0.1               pyhd8ed1ab_0           conda-forge
  pytest-qt                      4.4.0               pyhd8ed1ab_0           conda-forge
  pytest-timeout                 2.3.1               pyhd8ed1ab_0           conda-forge
  python                         3.9.19              h4de0772_0_cpython     conda-forge
  python-build                   1.2.1               pyhd8ed1ab_0           conda-forge
  python-dateutil                2.9.0               pyhd8ed1ab_0           conda-forge
  python-fastjsonschema          2.19.1              pyhd8ed1ab_0           conda-forge
  python-lsp-black               2.0.0               pyhd8ed1ab_0           conda-forge
  python-lsp-jsonrpc             1.1.2               pyhd8ed1ab_0           conda-forge
  python-slugify                 8.0.4               pyhd8ed1ab_0           conda-forge
  python-tzdata                  2024.1              pyhd8ed1ab_0           conda-forge
  python_abi                     3.9                 4_cp39                 conda-forge
  pytoolconfig                   1.2.5               pyhd8ed1ab_0           conda-forge
  pytz                           2024.1              pyhd8ed1ab_0           conda-forge
  pywin32                        306                 py39h99910a6_2         conda-forge
  pywin32-ctypes                 0.2.2               py39hcbf5309_1         conda-forge
  pyyaml                         6.0.1               py39ha55989b_1         conda-forge
  pyzmq                          25.1.2              py39h7eaf5a6_0         conda-forge
  qdarkstyle                     3.2.3               pyhd8ed1ab_0           conda-forge
  qstylizer                      0.2.2               pyhd8ed1ab_0           conda-forge
  qt-main                        5.15.8              h9e85ed6_20            conda-forge
  qt-webengine                   5.15.8              h4bf5c4e_4             conda-forge
  qtawesome                      1.3.1               pyh9208f05_0           conda-forge
  qtconsole                      5.5.1               pyhd8ed1ab_0           conda-forge
  qtconsole-base                 5.5.1               pyha770c72_0           conda-forge
  qtpy                           2.4.1               pyhd8ed1ab_0           conda-forge
  referencing                    0.34.0              pyhd8ed1ab_0           conda-forge
  requests                       2.31.0              pyhd8ed1ab_0           conda-forge
  rich                           13.7.1              pyhd8ed1ab_0           conda-forge
  rope                           1.13.0              pyhd8ed1ab_0           conda-forge
  rpds-py                        0.18.0              py39hf21820d_0         conda-forge
  rtree                          1.2.0               py39h09fdee3_0         conda-forge
  scipy                          1.12.0              py39hddb5d58_2         conda-forge
  setuptools                     69.2.0              pyhd8ed1ab_0           conda-forge
  sip                            6.7.12              py39h99910a6_0         conda-forge
  six                            1.16.0              pyh6c4a22f_0           conda-forge
  snowballstemmer                2.2.0               pyhd8ed1ab_0           conda-forge
  sortedcontainers               2.4.0               pyhd8ed1ab_0           conda-forge
  soupsieve                      2.5                 pyhd8ed1ab_1           conda-forge
  sphinx                         7.2.6               pyhd8ed1ab_0           conda-forge
  sphinxcontrib-applehelp        1.0.8               pyhd8ed1ab_0           conda-forge
  sphinxcontrib-devhelp          1.0.6               pyhd8ed1ab_0           conda-forge
  sphinxcontrib-htmlhelp         2.0.5               pyhd8ed1ab_0           conda-forge
  sphinxcontrib-jsmath           1.0.1               pyhd8ed1ab_0           conda-forge
  sphinxcontrib-qthelp           1.0.7               pyhd8ed1ab_0           conda-forge
  sphinxcontrib-serializinghtml  1.1.10              pyhd8ed1ab_0           conda-forge
  spyder-kernels                 2.5.1               win_pyh7428d3b_0       conda-forge
  stack_data                     0.6.2               pyhd8ed1ab_0           conda-forge
  sympy                          1.12                pyh04b8f61_3           conda-forge
  tabulate                       0.9.0               pyhd8ed1ab_1           conda-forge
  tbb                            2021.11.0           h91493d7_1             conda-forge
  text-unidecode                 1.3                 pyhd8ed1ab_1           conda-forge
  textdistance                   4.5.0               pyhd8ed1ab_0           conda-forge
  three-merge                    0.1.1               pyh9f0ad1d_0           conda-forge
  tinycss2                       1.2.1               pyhd8ed1ab_0           conda-forge
  tk                             8.6.13              h5226925_1             conda-forge
  toml                           0.10.2              pyhd8ed1ab_0           conda-forge
  tomli                          2.0.1               pyhd8ed1ab_0           conda-forge
  tomlkit                        0.12.4              pyha770c72_0           conda-forge
  tornado                        6.4                 py39ha55989b_0         conda-forge
  traitlets                      5.14.2              pyhd8ed1ab_0           conda-forge
  types-python-dateutil          2.9.0.20240316      pyhd8ed1ab_0           conda-forge
  typing-extensions              4.10.0              hd8ed1ab_0             conda-forge
  typing_extensions              4.10.0              pyha770c72_0           conda-forge
  tzdata                         2024a               h0c530f3_0             conda-forge
  ucrt                           10.0.22621.0        h57928b3_0             conda-forge
  ujson                          5.9.0               py39h99910a6_0         conda-forge
  unicodedata2                   15.1.0              py39ha55989b_0         conda-forge
  urllib3                        2.2.1               pyhd8ed1ab_0           conda-forge
  vc                             14.3                hcf57466_18            conda-forge
  vc14_runtime                   14.38.33130         h82b7239_18            conda-forge
  vs2015_runtime                 14.38.33130         hcb4865c_18            conda-forge
  watchdog                       4.0.0               py39hcbf5309_0         conda-forge
  wcwidth                        0.2.13              pyhd8ed1ab_0           conda-forge
  webencodings                   0.5.1               pyhd8ed1ab_2           conda-forge
  whatthepatch                   1.0.5               pyhd8ed1ab_0           conda-forge
  wheel                          0.43.0              pyhd8ed1ab_1           conda-forge
  win_inet_pton                  1.1.0               pyhd8ed1ab_6           conda-forge
  xorg-libxau                    1.0.11              hcd874cb_0             conda-forge
  xorg-libxdmcp                  1.1.3               hcd874cb_0             conda-forge
  xz                             5.2.6               h8d14728_0             conda-forge
  yaml                           0.2.5               h8ffe710_2             conda-forge
  yapf                           0.40.1              pyhd8ed1ab_0           conda-forge
  zeromq                         4.3.5               h63175ca_1             conda-forge
  zipp                           3.17.0              pyhd8ed1ab_0           conda-forge
  zstd                           1.5.5               h12be248_0             conda-forge

Environment info

libmamba version : 1.5.8
     micromamba version : 1.5.8
           curl version : libcurl/8.2.1-DEV Schannel zlib/1.2.13
     libarchive version : libarchive 3.6.2 zlib/1.2.13 liblzma/5.4.3 bz2lib/1.0.8 liblz4/1.9.4 libzstd/1.5.5
       envs directories : C:\Users\runneradmin\micromamba\envs
          package cache : C:\Users\runneradmin\micromamba\pkgs
                          C:\Users\runneradmin\.mamba\pkgs
                          C:\Users\runneradmin\AppData\Roaming\.mamba\pkgs
            environment : test (active)
           env location : C:\Users\runneradmin\micromamba\envs\test
      user config files : C:\Users\runneradmin\.mambarc
 populated config files : D:\a\_temp\setup-micromamba\.condarc
       virtual packages : __win=0=0
                          __archspec=1=x86_64
               channels : https://conda.anaconda.org/conda-forge/win-64
                          https://conda.anaconda.org/conda-forge/noarch
       base environment : C:\Users\runneradmin\micromamba
               platform : win-64

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.