question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Right now the test fail when running on OS X since SystemInfo.type == "darwin" is supported by the File module.

I resolved this in #20 by doing a check for SystemInfo.type.endswith("bsd") or SystemInfo.type == "darwin". Hopefully it would be that easy to get OS X working in the other modules.

Issue Analytics

  • State:open
  • Created 8 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
codylanecommented, Jun 29, 2017

@philpep - Hope you are doing well and thank you for creating this tool!

I’m wondering if you are are still looking for volunteers and or help with creating MacOS integration(s)? If so, i’m working on a a pretty significant addition to this library that will include the following:

  1. Homebrew package support for OSX (MacOS) based hosts.
  2. Enhancements and helpers to the system_info to help aide it OS identification and make testing less redundant.
  3. A new backend VagrantBackend which will help facilitate the ease of automated CI and testing when using Vagrant. You just tell the VagrantBackend hich Vagrant environment you want to use and the backend will handle the setup and teardown of your CI jobs via the backend letting you focus on creating new integrations like the docker host fixture that you have created in test/conftest.py
  4. Travis CI enhancements to make sure OSX and base tests still work.

I’m still ironing out the problems with Travis CI but hope to have a pull request for you soon to address these enhancements.

I’m looking for any constructive feedback to help make these additions better and look forward to hearing and working with you.

0reactions
gbirkecommented, Jan 13, 2017

I’ve created a pull request for the info in #177 Tested on my local Mac (El Capital, Version 10.11.6)

Could not figure out how to test with travis, however

Read more comments on GitHub >

github_iconTop Results From Across the Web

macOS - Official Apple Support
Learn how to set up and use macOS. Find all the topics, resources, and contact options you need for macOS.
Read more >
Mac OS Compatibility Guide by Mac Model - MacSales.com
Monterey macOS 12.x Big Sur mac... 27" iMac Retina 5K 2020 iMac20,1 Upgrade your iMac Yes Yes 27 iMac Retina 5K 2019 iMac19,1 Upgrade your...
Read more >
macOS compatibility: What OS can my Mac run? - Macworld
We've put together a macOS compatibility checker that will show you what Macs the different versions of macOS and Mac OS X support...
Read more >
Platform retirement and end of support for Mac OS X Snow ...
Mac OS X Snow Leopard 10.6 is being retired as a supported operating system for Code42 products. This article explains what Mac OS...
Read more >
Mac Support
Mac Help Forums ; Apple Silicon · 3 · 39 · ChangeAgent · how to always Turn on Verbose Booting on OS 12.3...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found